this is Notepad app with python
it works like normal NotePad
write any thing you want Use keyboard shourtcuts
you can Copy/Cut/Paste/SelectAll/Find in NotePad
You can open file / Save file / Save as Or create a New File
-
insatll the requirements.txt
pip install -r requirements.txt
-
run the main.py
python main.py
-
or compile python code to .exe (pyinstaller is in requirements.txt)
pyinstaller --onefile main.py