DroidMystic / SchoolDBMS

School Database Management System made in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SchoolDBMS

  • This is a School Database Management System (DBMS) written in Python that allows you to store and manage student information.
  • The program uses the SQLite database to store the data.

Features

  • Store and manage student information
  • Add new students
  • Update and delete existing records
  • Display records

Prerequisites

  • Python 3.x
  • SQLite library (pip install sqlite3)

Installation

  • Clone the repository to your local machine using
  git clone https://github.com/INFI-NIXEL/SchoolDBMS
  • Install requirements using
pip install -r requirements.txt

Usage

  • Locate the repository.
  • To run the SchoolDBMS, simply run the following command in the terminal:
 python school_dbms.py 

Contributing

  • If you want to contribute to the project, you can fork the repository and submit a pull request with your changes.

Screenshot

08 02 2023_00 00 08_REC

About

School Database Management System made in Python


Languages

Language:Python 100.0%