A Simple Colorful Notepad made in Python using tkinter(GUI).
My Notepad runs only on windows machine.
Requirement
Operating System : Windows
python version : 3.x
Modules Used:
tkinter:Tkinter is a Python binding to the Tk GUI toolkit
https://docs.python.org/3/library/tkinter.html
icons2: folder contains all the icons used in this Program.
Notepad.py: is where all the main code is written.
mainicon.ico: is the main icon which will apperar after installing this Notepad.
Notepad -0.01-amd64.msi: is the setup of this Notepad .
setup.py: is the file used to make the setup of the Notepad.
Executable Application on Windows:
- Download this repository on local machine.
- Extract MY-NOTEPAD repository on local machine and open MY-NOTEPAD folder
- Double click on "Notepad -0.01-amd64.msi" To install Application.
- Give required permissions and Enjoy the MY-NOTEPAD Application.
Python Code On windows machine:
clone My-Notepad repository on local machine.
>git clone https://github.com/abhishuraina/MY-NOTEPAD
change directory to My-NOTEPAD
> cd MY-NOTEPAD/
Now its time to execute Notepad.py
>python Notepad.py
Hope you'll install it in your computer just to try .