CodeProjectz

Search
Generic filters

Download Free Contact Management In Python With Source Code

Contact Management In Python With Source Code
Project CategoryProject SizeLanguage
2 KB

Contact Management is a simple system that can add, view, and search contacts. Also, the system is useful as a model of how to construct a simple CRUD system within Python. This simple project has SQLite as a database file to store the contact details. Also, this is a simple CMD-based project which is easy to understand and use.

About Contact Management In Python

The Contact Management project is written in Python using Tkinter. The project file contains a python script (contact.py). Talking about the system, it allows the user to add and delete contacts from the records, view the records, and so on.

While adding the contact to record items, the user has to enter the contact name and number. The system shows the contact record in a list view. Also, the user can search for an item as it contains a search function too. In short, this project mainly focuses on CRUD with a search function. This is a simple cmd Based system, specially written for beginners.

How To Run Contact Management In Python  ?

To run this project, you must have installed Python on your PC. After downloading the project, follow the steps below:

Step1: Extract/Unzip the file

Step2: Go inside the project folder, open cmd then type contact.py and enter to start the system.

OR

Step2: Simply, double-click the contact.py file and you are ready to go.

Click the Button Below to Download Contact Management In Python With Source Code and its Source Codes

Similar Interesting Projects

Snake Eating Game In Python With Source Code

Snake Eating Game In Python With Source Code

The Snake Eating Game project is written in Python. The main objective of this game is to gain the highest possible score. While playing the game, make sure the snake should not cross the edges otherwise it will die. There is a simple and clean GUI for easy gameplay.

Read More »
Airline Ticket Reservation In PHP With Source Code

Airline Ticket Reservation In PHP With Source Code

The Airline Ticket Reservation In PHP is a simple reservation system for flights. The project contains the admin side and the user side. The admin can view and manage the users, add/modify the flight schedule, view the booked ticket and manage the flight details.

Read More »
Hospital Management System In C++ With Source Codes

Hospital Management System In C++ With Source Codes

Hospital Management System is based on a concept of recording patient records and their diagnosis information. Before stepping into the main system a user has to pass through a login system to get access, then only the user can add a new patient record, diagnosis information and check the full history of the patient. This mini project contains limited features, but the essential one.

Read More »