A simple yet powerful command-line contact management system built with Python. Store and organize your contacts efficiently!
- β Add Contacts: Name, phone, email (optional), address (optional)
- π View Contacts: Single contact or full list
- π Update Contacts: Modify existing information
- β Delete Contacts: Remove unwanted entries
- π Search: Find by name or phone number
- πΎ Auto-Save: Contacts saved to JSON file
git clone https://github.com/sethysatyajit/Contact-Management-System-Python.git
cd Contact-Management-System-Python
python main.py
1. Add Contact
2. View Contact
3. View All Contacts
4. Update Contact
5. Delete Contact
6. Search Contacts
7. Exit
Enter your choice (1-7):
- Happy Tech Journey π