Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.1 KB

File metadata and controls

37 lines (22 loc) · 1.1 KB

Database Systems Nobel Prize Database Application

Description

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.

Features

  • 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.

Installation

  1. Clone the Repository:
    git clone https://github.com/yourusername/nobel-prize-database.git
    cd nobel-prize-database
    
  2. Install Dependencies: Ensure you have 'prettytable',mysql-connector-python' installed:
    pip install prettytable mysql-connector-python`
    

Usage

python main.py

License

This project is licensed under the MIT License - see the LICENSE file for details.