Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/akkupy/school-management-system
- Owner: akkupy
- License: mit
- Created: 2020-12-12T09:02:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T05:33:27.000Z (about 1 year ago)
- Last Synced: 2023-12-20T07:02:36.964Z (about 1 year ago)
- Topics: college-project, mysql, project, python, python3, pythonprojects, school, school-assignment, school-management, school-management-system, school-project, schoolmanagement, schoolmanagementsystem, schoolprojects, schoolprojectspython
- Language: Python
- Homepage:
- Size: 103 KB
- Stars: 15
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.