Contact Book App with Python & MySQL
Efficiently manage your contacts with this Python-powered application, backed by a MySQL database for secure storage and retrieval!
Features
- Organized contact management:
- Store and manage contact details (name, phone, email, address, etc.) in a structured database.
- Perform CRUD operations (create, read, update, delete) effortlessly.
- Powerful search and retrieval:
- Efficiently search for contacts by name, phone number, email, or any other stored field.
- Database-driven persistence:
- Leverages MySQL for secure and persistent contact data storage, ensuring data integrity.
Technologies Used
- Python
- MySQL
Getting Started
- Clone the repository:
git clone https://github.com/your-username/contact-book-mysql.git - Install dependencies:
pip install -r requirements.txt - Set up MySQL database:
- Create a database named 'contact_book' (or your preferred name).
- Configure database connection details in the application's settings.
- Run the application:
python main.py
Usage
- Follow the intuitive prompts in the terminal.
- Utilize straightforward commands to add, view, edit, search, and delete contacts.
Contributing
Welcome contributions! Open pull requests or issues for suggestions and improvements.
Connect
[PM4305] | [prakhar.madnani@gmail.com]
Built with ❤️ by [PrakharM]