PyEditor
Text Editor for python work in progress
Installation
git clone https://github.com/ArmenG888/PyEditor
Linux or mac Install the libraries
pip3 install -r requirements.txtWindows
pip install -r requirments.txt
cd PyEditorLinux or mac
python3 main.pyWindows
python main.py