Skip to content

mEp3ii2/ISYS_Assignment

Repository files navigation

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.

About

Final Assignment for Database systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published