Skip to content

Customized Notepad using Python Tkinter. In this Project we have designed a Modified and customized notepad with the help of Python Progeamming

Notifications You must be signed in to change notification settings

Apparky/Customized-Notepad-using-Python-APPARKY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customized-Notepad-using-Python-APPARKY

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 project remo. 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 that

To 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 in exe version of your code.

You also need Pyinstaller. This library converts the .py scripts to exe.

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 into exe file.

pyinstaller --onefile -w --hiddenimport=babel.numbers filename.py   
# in this project the filename.py is notepad.py

OutPut:

This is how the Notepad Looks like

OpenCVNotePad


To get more interesting projects follow our GitHub page at Here

To get more interesting projects follow our Bitbucket page at Here

To know more about APPARKY Click Here

About

Customized Notepad using Python Tkinter. In this Project we have designed a Modified and customized notepad with the help of Python Progeamming

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages