Contact Management System (Address Book)
A simple Contact Management System built using Python (Tkinter) for the GUI and SQLite for the database. This application allows users to store, organize and retrive contacts efficiently while ensuring a smooth and user-friendly experience. It widely used in both personal and professional settings to maintain communication records efficiently.
Features
✔ Add New Contacts – Enter name, phone number, and email.
✔ Update Existing Contacts – Modify contact details in a separate update window.
✔ Delete Contacts – Remove contacts dynamically.
✔ Persistent Storage – Uses SQLite database to store contacts permanently.
✔ Interactive UI – Built with Tkinter’s Treeview for structured contact display.
Technologies Used 🛠️
Python – Core language for the application
Tkinter – GUI development
SQLite – Database for storing contacts