LUXARG is another keyboard friendly text editor.
This project started at August 2019 and restarted at 2026!
Easy to use and userfriendly !
NOTE: This project is ONLY compatible with Microsoft Windows.
INSERT MODE : <F1>
SAVE MODE : <F2>
OPEN MODE : <F3>
- Install dependencies:
pip install -r requirements.txt - Using Pyinstaller to compile source code:
pyinstaller --onefile --name "LuxarG" --windowed main.py
python main.py
