20+ Python Tkinter Projects with Source Code

20 plus python tkinter projects with source code

Introduction

GUI projects are more interesting than other projects when you create a project using a programming language. A graphical interface makes a program easier to interact with. Since not everybody is a programmer like you and me, a GUI program helps people from non-technical background to manage it easily.

Python offers a very popular and easy-to-manage GUI tool called Tkinter to make beautiful GUI projects for everyone. You wouldn't believe how interesting to go deeper knowledge of this beautiful GUI tool (or library) offered by python.

On this page, you will find more than 20 such interesting Python Tkinter Projects also with the Source Code available.

Tkinter Projects

1. A Meditation App in Python: Helps to Practice Deep Breathing

2. Count Down Timer in Python with Start and Pause Features

3. An Advanced Alarm Clock in Python

4. YouTube Video and Audio Downloader App in Python

5. A Language Translator Application in Python with Google Translate API

6. A PDF Editor Application in Python - Split, Merge, and Rotate PDFs

7. A Beautiful Image Viewer Application in Python

8. Typing Speed Tester Application in Python

9. An Advanced Image Compression App in Python

10. Multiple File Renamer in Python - Rename Multiple Files at Once

11. Image Rotator App in Python - Rotates Images Clockwise and Anti-Clockwise

12. Age Calculator in Python - Calculate Age in Years, Months, and Days

13. Junk File Organizer in Python - Organize Messy Folder

14. Basic Calculator in Python

15. Encrypt and Decrypt PDF Files using Python

16. Image to Cartoon Converter in Python

17. Image to Pencil Sketch Converter in Python

18. Face Recognition Login System using Python and MySQL

19. Contact Management System using Python and MySQL Database

20. Library Management System using Python and MySQL Database

21. Student Management System using Python and MySQL Database

22. Login and Registration Form using Python and MySQL Database

1. Meditation App in Python

it is a meditation application in python which is developed using the tkinter library

Feeling bored and fatigued after working long hours before your computer screen? This beautiful Python Application will help you to reduce your stress. Practice deep breathing as long as you want with this Meditation Application in Python. Deep Breathing helps to increase the oxygen level in our body (also in our brain) which may give you some energy boost again.

The user interface is so nice for this application to interact with. Get the complete guidance and the Source Code of this project below.

Source Code: https://pyseek.blogspot.com/2022/08/meditation-app-in-python-tkinter.html

2. CountDown Timer in Python with Start and Pause Features

countdown timer in python with start and pause features

This is a GUI Count Down Timer in Python with Start and Pause Features. It would be a great project selection for beginners. Users can perform the following task using this Python Count Down Timer.

1. Set the Time

2. Start or Resume the Count Down

3. Pause the Count Down

When the time reaches zero, music plays in the background to notify the users.

Source Code: https://pyseek.blogspot.com/2021/11/countdown-timer-in-python.html

3. An Advanced Alarm Clock in Python

an advanced alarm clock in python

An Alarm clock is a very useful thing in our busy lives. It helps to people to get notified when they are in deep sleep or taking a power nap, etc. Sometimes people use alarms as reminders also. This would be also a great project selection for beginners. 

I mention this alarm clock 'advanced' because of one special feature. Users can choose ringtones from a variety of choices and listen before applying. This feature further enhances the usefulness of this alarm clock.

Source Code: https://pyseek.blogspot.com/2021/11/alarm-clock-using-python-tkinter.html

4. YouTube Video and Audio Downloader in Python

youtube video and audio downloader app in python which is developed using the tkinter library

This is a GUI YouTube Video and Audio Downloader Application in Python. The User Interface is pretty straightforward to understand. Users can Download Video and Audio both from YouTube using this beautiful Python Application.

Source Code: https://pyseek.blogspot.com/2022/05/youtube-video-downloader-using-python.html

5. A Language Translator Application in Python

it's a language translator app in python which is developed using the tkinter library and google translate api

This is a Language Translator Application in Python that can Translate a total of 107 different languages with the help of Google Translate API. You may be fooled because of the user interface as it looks almost identical to the original Google Translator.

Source Code: https://pyseek.blogspot.com/2022/07/language-translator-app-with-python.html

6. A PDF Editor in Python

pdf editor in python which can split, merge and rotate pdfs

This is a PDF Editor which allows users to perform the following tasks.

1. Split a PDF file into several single-page PDFs.

2. Merge Multiple PDF files into one single File.

3. Rotate single or multiple pages of a PDF file (clockwise or anti-clockwise).

The resulting file or files are automatically saved in the folder selected by the user.

Source Code: https://pyseek.blogspot.com/2022/04/pdf-editor-using-python-split-merge-rotate.html

7. Image Viewer Application in Python

an image viewer application in python

This is an Image Viewer Application in Python which allows users to open single or multiple images through it. They can open a folder too where single or multiple images are stored.

The User Interface is pretty simple. There are two buttons 'Left' and 'Right' to visit the corresponding image as well.

Source Code: https://pyseek.blogspot.com/2022/05/create-image-viewer-using-python.html

8. Typing Speed Tester in Python

typing speed tester in python

Initially, when we start using a computer, our typing speed plays a very bad role. Day by day it improves with practice. There are many jobs that require good typing skills. If you're a programmer like me, you probably know how important good typing speed is. But how can you test how fast your hands are for keyboard typing?

Here is a GUI application to test Your Typing Speed using Python. You can easily give a typing test there to check your hand skill and also the accuracy rate. The User Interface gives a pro look as you see in the above picture.

Source Code: https://pyseek.blogspot.com/2022/09/test-your-typing-speed-with-python.html

9. An Advanced Image Compression App in Python

it's a gui image compressor in python

Compressing an image is as easy as you think because there are so many applications available online. But this Python Image Compression Application performs the same task without losing the actual quality of the image. Users can select the compression quality as well as the saving path where the resulting file will be stored. The lower the number selected, the smaller the image size will be.

Source Code: https://pyseek.blogspot.com/2022/10/image-compressor-in-python.html

10. Multiple File Renamer in Python

multiple file renamer app in python

You may have seen the names of some files are too lengthy and spiny for remembering. Especially for the files downloaded from the Whatsapp Web. Because the name of images and videos downloaded from there look almost similar except for some small changes.

In this case, the problem occurs when we try to find a specific file among a large number of similar file types. This Python Project will help us to get rid of this weird situation. It can Rename Multiple Files using Python in one go.

This File Renamer can be used by anyone because of its' easy graphical interface. One more important point is, users can rename any type of file(any extensions) using it.

Source Codehttps://pyseek.blogspot.com/2022/05/rename-multiple-files-using-python.html

11. Image Rotator Application in Python

image rotator application in python. it can rotate images clockwise and anti-clockwise both

This Python Project will help you to rotate an image clockwise and anti-clockwise. In each rotation, the resulting image is displayed on the screen and saved automatically in the place of the original image.

Source Code: https://pyseek.blogspot.com/2022/05/create-image-rotator-application-using-python.html

12. Age Calculator in Python

it's a gui age calculator in python which can calculate age in years, months, and days.

This beautiful GUI Python Project will help you to calculate anyone's age accurately in years, months, and days. The User Interface is pretty simple to interact with.

Source Code: https://pyseek.blogspot.com/2021/11/age-calculator-app-in-python-tkinter.html

13. Junk File Organizer in Python

Junk file organizer in python

Have you ever noticed one thing after downloading different types of files from the Internet, how your default 'Downloads' folder does looks? In most cases, it may look like a mess.

Not only you, but every computer user may also have faced this problem more or less. The situation gets so bad that when we try to find a specific file there it becomes quite spiny to find. But this Python Project will help you to solve this problem.

It can automatically organize any messy folder in such a way: all the photos will be placed in the 'Pictures' folder, videos in the 'Videos' folder, all documents in the 'Documents' folder, in 'Audios' all the audio files, and so on. 

All you have to do is select the folder (which you want to sort) through a Tkinter Widget (File dialog) and the program will sort your selected folder in a well manner in a blink of an eye.

Source Code: https://pyseek.blogspot.com/2021/02/file-organizergui-in-python-python.html

14. Basic Calculator in Python

basic calculator in python

This is a basic calculator project in Python that you can use to easily perform basic calculations like addition, subtraction, multiplication, and division.

Source Code: https://pyseek.blogspot.com/2021/11/make-simple-gui-calculator-in-python.html

15. Encrypt & Decrypt PDF Files using Python

it's a gui project to encrypt and decrypt pdf files by password using python

Usually we humans apply various methods to protect our sensitive things (be it data or real-life objects) from being stolen. For example, we set a password for our computer system to prevent any unauthorized access just like we lock the main entrance of our premises.

A PDF or Portable Document Format is a file format that can hold a lot of data including text and images into it. Since it is a very familiar file format used in the digital world, sometimes it becomes necessary to protect it to avoid unintended access.

This Python Project will help you to Encrypt and Decrypt your PDF files by password with the help of Python language.

Source Code: https://pyseek.blogspot.com/2022/05/encrypt-decrypt-pdf-files-using-python-application.html

16. Image to Cartoon Converter in Python

GUI Image to Cartoon Convertor in Python

You might have seen people love to transform their images into some weird form and share them on online platforms. For example, age progression, shaving head, and many more amusing transformations. At one time these were running a trendy topic on several online platforms.

There is one more trendy image effect people love to do with their own. That is cartooning their own image. This Python Project will help you to Cartoonify any image with the help of Python OpenCV library.

Source Code: https://pyseek.blogspot.com/2022/07/convert-image-to-cartoon-using-opencv.html

17. Image to Pencil Sketch Converter in Python

GUI Image to Pencil Sketch Converter in Python

Have you ever sketched something on canvas with hand and pencil only? If yes, then you should know how much practice you need to get a great outcome of the result. An artist who can sketch a real-life object only with pencils gets a lot of admiration for his/her work.

But the story has become a little bit outdated. Now many computers and mobile applications offer to do the same task with an image and many of you already know how to. This Python Project will help you to convert any of your images to a pencil sketch in a blink of an eye.

Source Code: https://pyseek.blogspot.com/2022/07/convert-image-to-sketch-using-opencv-python.html

18. Face Recognition Login System using Python and MySQL

Face Recognition Login System using Python Tkinter and MySQL Database

This is a Face Recognition Based Login System using Python and MySQL. Here, users do not need to enter their User ID and Password during the login time but show their faces to the camera to log into the system. This is a Tkinter project connecting with the MySQL database in the back end. So you can easily access it in offline mode.

Source Code: https://pyseek.blogspot.com/2022/09/face-recognition-login-system-using-python.html

19. Contact Management System using Python and MySQL

It's a GUI Contact Management System using Python Tkinter and MySQL Database

This is a Contact management system project in python using Tkinter and MySQL database. It can handle the following tasks.

☛Add a new record: Name, Surname, Address, Contact, and Email (a valid email: the program performs this task using regular expressions)

☛Display contact information: It shows all the records in a table view format, users can select a record to perform a specific task (to update, delete, etc.)

☛Search a record by the Name or Surname of a person

☛Update a record: Users need to double-click on a record to perform this operation

☛Delete a record: The same method as the previous for this task also

☛Clear the screen

☛Exit the window

Source Codehttps://pyseek.blogspot.com/2022/03/contact-management-system-project-in-python.html

20. Library Management System using Python and MySQL

It's a GUI Library Management System using Python Tkinter and MySQL Database

This is a Library Management System Project in Python with MySQL. It can handle the following tasks.

☛Add new books to the database

☛Issue books to the users or students

☛Take borrowed books from the users or student

☛Issue the book again to the person who already has taken that book

☛Displays all the book records presented in the library with the total available piece of each book(It shows all the records in a table view format. Users need to select{by double-click} an entity to perform the update and delete operation)

☛Search a book by name. In this case, if the user doesn't know the entire name of the book, he/she can search by only a word or characters instead of the entire name of the book

☛Update and delete the book records

☛Displays the records of all the borrowers with the related information

☛Clear the screen

☛Exit the window

Source Code: https://pyseek.blogspot.com/2022/04/library-management-system-project-in-python.html

21. Student Management System using Python and MySQL

it's a GUI Student Management System using Python Tkinter and MySQL Database

This is a student management system project in python using Tkinter and MySQL database. It can handle the following tasks.

1. Add new data of a student

2. View the information of an existing student

3. Update or modify a student's data, and

4. Delete the record of a student

Source Codehttps://pyseek.blogspot.com/2022/03/student-management-system-project-in-python.html

22. Login and Registration Form using Python and MySQL

GUI Login and Registration Form using Python Tkinter and MySQL Database

This is a Login and Registration Form using Python and MySQL. It works in offline mode. The User Interface is pretty simple to use.

Source Code: https://pyseek.blogspot.com/2021/03/create-gui-login-form-using-python-and.html

Subhankar Rakshit

Meet Subhankar Rakshit, a Computer Science postgraduate (M.Sc.) and the creator of PySeek. Subhankar is a programmer, specializes in Python language. With a several years of experience under his belt, he has developed a deep understanding of software development. He enjoys writing blogs on various topics related to Computer Science, Python Programming, and Software Development.

Post a Comment (0)
Previous Post Next Post