Skip to content

Ash515/Enrolls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
https://github.com/Ash515/Student-Management-System.git
  1. Check the status of your file
$git status

3.For using VScode for editing your files

$git code .
  1. To directly add your files to github
$git add .
  1. After writing your code commit your changes
$git commit -m  <message>
  1. To pull your code to reposoitory
$git push origin master

Thats all about installation and version control with Git

Contributors ❤