A code editor written in pure Python
- git
- Python >= 3.6
git clone https://github.com/Aareon/Codingg
cd Codingg/src
- On Windows:
py -3 main.py
- On Linux:
python3 main.py
Note: ensure that the version of Python you use to execute
main.py
is >= Python 3.6