The Nobel Prize Database Application is a Python application designed to set up and manage a database containing information about Nobel Prize winners. The application allows users to query, retrieve, and edit data related to Nobel Prize awards through a user-friendly interface.
- Database Setup: Initialize a database with Nobel Prize data.
- Data Retrieval: Query and retrieve information about Nobel Prize winners.
- Data Editing: Modify and update Nobel Prize information.
- User Interface: Interact with the database through a simple Python interface.
- Clone the Repository:
git clone https://github.com/yourusername/nobel-prize-database.git cd nobel-prize-database
- Install Dependencies: Ensure you have 'prettytable',mysql-connector-python' installed:
pip install prettytable mysql-connector-python`
python main.py
This project is licensed under the MIT License - see the LICENSE file for details.