A simple command-line Contact Management System built in Python. It allows users to add, view, update, delete, and manage contacts interactively.
- Add new contacts (name, phone number, email)
- View all saved contacts
- Search and open contact details
- Update existing contact information
- Delete a contact
- Simple command-line interface
Make sure you have Python 3.x installed. You can check by running:
python --version
-
Clone the repository
git clone https://github.com/yourusername/contact-management-app.git cd contact-management-app -
Run the script
python contact_manager.py
- Store contacts in a database (SQLite)
- Add a graphical interface (GUI) using Tkinter or PyQt
- Implement a search feature
This project is open-source under the MIT License.