Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akkupy/school-management-system

A School Management System Based On Python and MySQL.
https://github.com/akkupy/school-management-system

college-project mysql project python python3 pythonprojects school school-assignment school-management school-management-system school-project schoolmanagement schoolmanagementsystem schoolprojects schoolprojectspython

Last synced: about 1 month ago
JSON representation

A School Management System Based On Python and MySQL.

Awesome Lists containing this project

README

        


SCHOOL MANAGEMENT SYSTEM

# Requirements
* [MySQL Database](https://www.mysql.com/downloads/)
* Install the packages in requirements.txt
```
[+] Open Terminal on the root directory and run the following
[-] pip install -r requirements.txt
```

# Enviroment Variables
```
[+] Create a .env file in the root directory for the MySQL parameters
[-] MYSQL_HOST = ''
[-] MYSQL_PORT = ''
[-] MYSQL_USER = ''
[-] MYSQL_PASSWORD = ''
[-] MYSQL_DATABASE = ''
```

# Procedure
* Fork the Repository [click here](https://github.com/akkupy/School-Management-System/fork)
* Clone the repository
* Create a .env file with Environment Variables listed above in the root directory of the cloned folder.
* Run the main.py file.

# Screenshots

![school_home](https://github.com/akkupy/School-Management-System/assets/69421964/f40783dc-69c7-49e0-834c-ee35edad28b6)

# Listen A Sec
* Feel free to report any bugs!
* Star if you like it:)
* Can be used as school project,etc.