Notepy is a Notepad application. This project was born from an inspiration from Windows' Notepad. It is entirely made in Python 3 and Tkinter.
For more information you may contact the project's developer through the application's Help Menu > Credits.
Assuming you have Python and pip installed and added to your PATH's Environment Variables
cd notepy
pip install -r requirements.txt
python main.py
This project's source code is licensed under the MIT License