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.