Skip to content

ravenkls/pyflame

Repository files navigation

PyFlame

This is an IDE coded in python, it is work in progress at the moment and doesnt actually have any real uses.

What I learned

  • Complex regular expressions were needed for syntax highlighting
  • Planning ahead by creating modular methods and functions which can be reused

How to use it

git clone https://github.com/ravenkls/pyflame.git
cd pyflame
pip install -r requirements.txt
python main.py

Todo list

  • 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

Screenshots / Video

https://i.imgur.com/ZMo31cU.mp4

About

An IDE for Python development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published