Contact-Manager is a Python-based contact management application with a Tkinter GUI and SQLite database integration.
- Graphical User Interface (GUI) built with Tkinter.
- SQLite database for contact storage.
- CRUD operations: Create, Read, Update, and Delete contacts.
- Validation and error handling for data integrity.
- Modular architecture for code reusability and scalability.
- Real-time user feedback and notifications.
- Responsive design for cross-device compatibility.
-
Clone the repository: https://github.com/motassimkhan/Contact-Manager.git
-
Navigate to the project directory and install dependencies: cd contact-manager pip install -r requirements.txt
-
Run the Contact-Manager application: python contact_manager.py
-
Perform contact management tasks using the GUI.