Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert 3 update readme.md file #11

Merged
merged 2 commits into from
Oct 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.


Loading