This is a notepad created using tkinter package in Python. It has functionalities like create a new file, save a file, open an existing file. One can use cut, copy and paste features to edit the text as well.
- Install Python 3
- Clone this repository
- Start a cmd prompt
- Change directory to the cloned repo folder
- Type
python notepad.py
and hit enter