Category: Python Tutorials

python project hangman game

Python Hangman Game – Word Guessing Game

In this Python project, we will build a GUI-based Hangman game using the Tkinter, random, screeninfo and PIL modules. It is an intermediate level project, and you will get to use many modules and...

python project contact book

Create Contact Book in Python

In this Python project, we will build a GUI-based Contact Book using the Tkinter and sqlite libraries and the messagebox module. It is an advanced level project, and you will learn so many things...

python project convert pdf text to audio speech

Convert PDF File Text to Audio Speech using Python

File to Audio conversion reads the text aloud to the user. It helps in supporting learners who are struggling with print based information. It is helpful in proofreading, reading accuracy, understanding and in note...

YouTube Downloader With Python & Pytube

In this Python project, we will build a GUI-based YouTube Video Downloader using the Tkinter and pytube modules of Python. It is a beginner-level project, and you will get to apply some cool libraries...

Python Image Steganography Project

Image Steganography is hiding information within images such that it deceives the viewer as if there is no hidden information within the image. With the help of this, two people can communicate secretly. Let’s...

python project language translator

How to Create a Language Translator in Python

For spreading new ideas, information and knowledge, the language translation is necessary. To effectively communicate between different cultures, language translation is important. This project helps in translating the text in other languages easily. Let’s...

Create a To Do List in Python

In this Python project, we will build a GUI-based To Do List using the Tkinter module and File I/O. It is a beginner-level python project, and you should have basic knowledge of file I/O...

python project encode decode messages

Message Encode Decode using Python with GUI

In today’s world, data can easily be stolen and used by hackers. With data encryption and decryption we can secure our messages. This python project will encode and decode messages in real-time. Encoding is...

python project currency converter

Real-time Currency Converter with Python

In this python project, we will create a gui based currency converter using tkinter and requests libraries of python. It is a beginner-to-intermediate project where you will learn to use web APIs, HTTP requests,...