Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ash515/enrolls

Student Management System
https://github.com/ash515/enrolls

crud-application gui-application mysql-database python student-management

Last synced: about 2 months ago
JSON representation

Student Management System

Awesome Lists containing this project

README

        

# Student Management System
A python based software which helpful to maintain students records very efficiently.
Used CRUD operations to implement all the database operations.
## Features
1) Adding students names.
2) Deleting students names.
3) Updating student details.

## Video Demo
[Student Management System](https://www.youtube.com/watch?v=vLAJZ401WQw&t=1s)

## Image Result

## Installation
1. Clone the repository
```
https://github.com/Ash515/Student-Management-System.git
```
2. Check the status of your file
```
$git status
```

3.For using VScode for editing your files
```
$git code .
```
4. To directly add your files to github
```
$git add .
```
5. After writing your code commit your changes
```
$git commit -m
```
6. To pull your code to reposoitory
```
$git push origin master
```
Thats all about installation and version control with **Git**

## Contributors ❤
- [Ashwin Kumar Ramaswamy](https://github.com/Ash515)
- [Suraj Bhosale](https://github.com/suraj7224).