项目作者: Ash515

项目描述 :
A desktop python based software used for maintaining students records.👨‍🎓👩‍🎓
高级语言: Python
项目地址: git://github.com/Ash515/StudentManagementSystem.git
创建时间: 2020-08-29T05:39:13Z
项目社区:https://github.com/Ash515/StudentManagementSystem

开源协议:

下载


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

Image Result

Installation

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

3.For using VScode for editing your files

  1. $git code .
  1. To directly add your files to github
    1. $git add .
  2. After writing your code commit your changes
    1. $git commit -m <message>
  3. To pull your code to reposoitory
    1. $git push origin master
    Thats all about installation and version control with Git

Contributors ❤