Category: python projects
Create your own ChatGPT with Python
ChatGPT is a product of openai, currently ChatGPT is the most famous product of openai but there are many other products. In this article, we…
Bakery Management System in Python | Class 12 Project
In this article, we are going to build one such application that can manage a bakery. Yes! The bakery products are everyone’s favorite, right? We…
SQLite | CRUD Operations in Python
CRUD stands for Create Read Update Delete. I will show you how to perform CRUD Operations in Python. You need basic Tkinter and SQLite knowledge…
Event Management System Project in Python
In this article, we will create Event Management System Project in Python with source code. Using this event management system, one can easily maintain ticket…
Ticket Booking and Management in Python
Hello friends, in this article we will build Ticket Booking and Management in Python. This app will simulate a general Ticket management system means this…
Hostel Management System Project in Python
In this article, we will build a Hostel Management System Project in Python with Graphical User Interface and database integration. We will use the MongoDB…
Sales Management System Project in Python
Hello friends, in this article, we will see Sales Management System Project in Python. We will add basic features like adding products, deleting products, updating…
Bank Management System Project in C++
In this article, we will build Bank Management System Project in C++ and MySQL with source code. This project has all the basic functionalities of…
Python Download File from URL | 4 Methods
There are many methods and libraries to download file from URL using Python and we will try to cover the most used and reliable methods….
Python Programming Examples | Fundamental Programs in Python
Python is a popular, widely-used programming language and easy to learn for beginners because of its short syntax and readability, and learning to code in…
Spell Checker in Python
Today, we will be creating a GUI application of spell checker in Python. We will use two famous libraries in Python that can be used…
Portfolio Management System in Python
In this article, we will build a simple Portfolio Management System in Python with the help of Tkinter and SQLite. Portfolio Management is a system…
Stickman Game in Python
Today, we will make Stickman Game in Python. Stickman is a video game in which the player controls a stickman character and the stickman must…
Contact Book project in Python
Today, we will develop a Contact Book project in Python. A contact book is software that helps anyone to efficiently manage and track contacts. It…
Loan Management System Project in Python
Today, we are going to build Loan Management System Project in Python. A loan management system is a software that helps organizations efficiently manage and…
Cab Booking System in Python
Introduction In this article, we are going to build a Cab Booking System in Python with the help of Tkinter. Tkinter is a Python library…
Brick Breaker Game in Python
Introduction In this article, we will develop a Brick Breaker game in Python. We will use Pygame to develop this Brick Breaker game. Pygame is…
Tank game in Python
You must be familiar with tank game, this is a video game where a player plays with the computer. We can design our own Tank…
GUI Piano in Python
Hello folks! Today we are back with one another article on GUI Piano in Python. We all have played with piano once in our life….
Ludo Game in Python
Today we are back with one another fantastic article on game development articles in Python. In this article, we will talk about and learn about…