Skip to content

PyPad - is a code editor for different programming languages. PyPad supports some languages like a Python, Json, Html and CSS. So far, PyPad is in development and it is not suitable for use, but you can watch the demo version of the project and test it.

License

Notifications You must be signed in to change notification settings

Mr-ZBin/PyPad-v2

 
 

Repository files navigation

PyPad - is a code editor for different programming languages. PyPad supports some languages like a Python, Json, Html and CSS. So far, PyPad is in development and it is not suitable for use, but you can watch the demo version of the project and test it.

// these are just test hotkeys, they will change in the future.

Ctrl+O - Open directory
Ctrl+P - Open file
Ctrl+, - Open settings
Ctrl+T - Open theme picker
Ctrl+W - Open project switcher
Ctrl+B - Hide/Show file tree
Ctrl+Tab - Switch current file

How to run

Windows

git clone https://github.com/chebupelka8/PyPad-v2
cd .\PyPad-v2

python -m venv .venv  # create virtual environment
.\.venv\Scripts\activate  # activate virtual environment
pip install -r requirements.txt  # install dependencies

python main.py  # run script

Linux

git clone https://github.com/chebupelka8/PyPad-v2
cd ./PyPad-v2

python -m venv .venv  # create virtual environment
source ./.venv/bin/activate  # activate virtual environment
pip install -r requirements.txt  # install dependencies

python main.py  # run script

Screenshots

About

PyPad - is a code editor for different programming languages. PyPad supports some languages like a Python, Json, Html and CSS. So far, PyPad is in development and it is not suitable for use, but you can watch the demo version of the project and test it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.1%
  • CSS 1.9%