Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dipali742/student-management-system
A Simple Student Management System using Python and MongoDB backend.
https://github.com/dipali742/student-management-system
mongodb-database python-mongodb python27 tkinter tkinter-python
Last synced: about 1 month ago
JSON representation
A Simple Student Management System using Python and MongoDB backend.
- Host: GitHub
- URL: https://github.com/dipali742/student-management-system
- Owner: Dipali742
- Created: 2021-06-20T12:39:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-20T15:00:47.000Z (over 3 years ago)
- Last Synced: 2024-10-01T20:35:49.383Z (about 2 months ago)
- Topics: mongodb-database, python-mongodb, python27, tkinter, tkinter-python
- Language: Python
- Homepage:
- Size: 1.02 MB
- Stars: 11
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```