Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ash515/enrolls
- Owner: Ash515
- Created: 2020-08-29T05:39:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T15:59:22.000Z (8 months ago)
- Last Synced: 2024-05-12T16:55:37.876Z (8 months ago)
- Topics: crud-application, gui-application, mysql-database, python, student-management
- Language: Python
- Homepage:
- Size: 92.8 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).