Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jayesh2474 authored Oct 8, 2023
1 parent 0130fd9 commit 83e7428
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
# Student-Management-System

For every school important task for administration department is to manage student information in a procedure oriented manner with latest updates for every year which need to be available for easy access. This can be provided by a simple Students Management system to help administration so to efficiently manage student’s details. To store data MySQL is used by connecting MySQL with Python using MySQL Connector. There is also a Login Panel where now admin can register themselves and can Login.
[![GitHub stars](https://img.shields.io/github/stars/qaidjoharj53/Student-Management-System)](https://github.com/yourusername/Student-Management-System/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/qaidjoharj53/Student-Management-System)](https://github.com/yourusername/Student-Management-System/network)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

For every school, an important task for the administration department is to manage student information in a procedure-oriented manner with the latest updates for every year, which need to be available for easy access. This can be provided by a simple Students Management system to help administration efficiently manage student's details. To store data, MySQL is used by connecting MySQL with Python using MySQL Connector. There is also a Login Panel where now admin can register themselves and can Login.

## Installation

##### 1. Install Mysql Python connector
##### 1. Install MySQL Python Connector

- [Mysql](https://dev.mysql.com/downloads/mysql/)
- [Mysql Python connector](https://dev.mysql.com/downloads/connector/python/)
- [MySQL](https://dev.mysql.com/downloads/mysql/)
- [MySQL Python Connector](https://dev.mysql.com/downloads/connector/python/)

##### 2. install Mysql in Python using below command
```bash
##### 2. Install MySQL in Python using below command

pip install mysql
```

## Features

##### Student Class:
Expand Down Expand Up @@ -59,5 +61,3 @@ Utilizes os.system("cls") to clear the console screen for better user interactio
## Deployment

To deploy this project just run .py files.


0 comments on commit 83e7428

Please sign in to comment.