Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 401 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 401 Bytes

Student Management System

It is a simple Python GUI built with Tkinter and MongoDB backend.

Prerequisites

  • Python 2.7
  • MongoDB 4.4

Usage

Clone the repository :

$ git clone https://github.com/Dipali742/Student-Management-System.git

Install Dependencies :

$ pip install -r ./requirements.txt

Start MongoDB server and run the code :

$ mongod
$ python App.py