"Contacts-Manager"
A simple command-line Contact Manager application written in Python using MySQL for database storage.
- Add new contacts
- View all contacts
- Search contacts by ID, name, phone, email, or city
- Update contact details
- Delete single or all contacts
- Python 3.x
- MySQL Server
mysql-connector-pythonpackage
โ๏ธ Setup 1-Make sure MySQL is running on your system.
2-Open MySQL and create a database called mydb, or run the script in main.py to create it.
3-Run the application: