This is a Customized Tkinter project. A Customized Notepad using python. Not only you can write text file, but you can change font style, font colour, alignment of text, theme colour, font size. Also, you can save and open file and edit using the customized features.
We have attached an
ss/
folder with this projectremo
. You'll find an Image of it for better understanding.We also attached the
exe
version of this project.
You can also convert this program in to exe file. You just neet to install
Babel
for thatTo install
Babel
follow the given command billow
pip install Babel
And also follow the given code to all your project files like this
from babel.numbers import *
from babel.dates import *
Babel
is used to fix images inexe
version of your code.You also need
Pyinstaller
. This library converts the.py
scripts toexe
.To install
Pyinstaller
follow the given command billow.
pip install pyinstaller
You are all set to go. Open your native terminal and run the following command to convert your
.py
script intoexe
file.
pyinstaller --onefile -w --hiddenimport=babel.numbers filename.py
# in this project the filename.py is notepad.py
This is how the Notepad Looks like
To get more interesting projects follow our GitHub page at Here
To get more interesting projects follow our Bitbucket page at Here