Simple Code Editor Using Kivy with Jedi Auto Suggestion
Author: Sk Sahil (Sahil-pixel)
License: MIT
Platform: Android / Desktop (Linux/Windows)
Framework: Kivy + Jedi
- ๐ Syntax Highlighting (using
CodeInput+PythonLexer) - ๐ข Dynamic Line Numbers synced with scrolling
- โก Jedi-based Autocompletion for Python code
- ๐ Popup Suggestions with smooth position tracking
- ๐ง Smart behavior: suggestions only appear when typing meaningful content
- ๐งผ Clean, responsive layout for mobile or desktop
- ๐ Custom toolbar with
New,Open,Save, andRunbuttons
Install the dependencies:
pip install kivy pygments jedi
