Headlines
Loading...

Contact Book Project


Project Overview

This project involves creating a Contact Book application using Python. The Contact Book helps users efficiently manage and track their contacts, including addresses and phone numbers.

Project Details

  • Project Name: Contact Book Project in Python
  • Abstract: A simple app for managing and storing contact details on your PC.
  • Technologies Used: Python, Tkinter, SQLite3
  • IDE (Recommended): VSCode
  • Database: SQLite3
  • Python Version (Recommended): 3.x
  • Type/Category: For all Python learners
  • Features

Adding Contacts

Effortlessly add new contacts to your contact book with essential details like name, phone number, and address.

Updating Contacts

Update existing contact information quickly and efficiently to keep your contact book up-to-date.

Persisting with SQLite3

Store your contacts in a SQLite3 database to ensure data persistence and easy retrieval.

Deleting Contacts

Remove contacts from your book that are no longer needed, keeping your contact list relevant.

Code Information

We will just need a single main.py file and the code for the same is written down here, the code is well commented so as to assist you with better learning. The default username and password are root and root, you can always change that later in the code.

Note: A database file will be created in the directory where you run this app. This file stores all contact records. Do not delete it if you wish to retain your records.

0 Comments: