This is an IDE coded in python, it is work in progress at the moment and doesnt actually have any real uses.
- Complex regular expressions were needed for syntax highlighting
- Planning ahead by creating modular methods and functions which can be reused
git clone https://github.com/ravenkls/pyflame.git
cd pyflame
pip install -r requirements.txt
python main.py
- syntax highlighting
- auto indentation
- highlighting other selected words
- save + load files
- execute file inside IDE
- multiple files in tabs open
- project manager (e.g. folder structure)
- intellisense
- better splash screen on welcome
cant think of anything else at the moment