Simple notepad application built with Tkinter tools in Python
Download latest release and extract the .zip file. Run 'Notepad.exe'
To run the application from source code run main.py file
python3 main.py
You will need to install tkinter
to be able to compile source code on your machine
sudo apt-get install python3-tk
sudo dnf install python3-tkinter
brew install python-tk@3.9
To fix blurry windows issue uncomment windll lines in main.py
file