https://github.com/amssdias/python-school
School database interaction.
https://github.com/amssdias/python-school
oop
Last synced: 3 months ago
JSON representation
School database interaction.
- Host: GitHub
- URL: https://github.com/amssdias/python-school
- Owner: amssdias
- Created: 2021-01-15T13:36:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T16:12:17.000Z (over 4 years ago)
- Last Synced: 2025-01-13T19:24:35.234Z (5 months ago)
- Topics: oop
- Language: Python
- Homepage:
- Size: 305 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PYTHON School
This is a school project, where a user can add students to a database and add teachers to them, using OOP. I'm using a list to store the values so everytime the user quits the program, all values will be deleted.
The user can create a student, update it, add grades or teachers to them. I've built some dummy data so we can test it more easily, just type 'd' and it will be created, the teachers and the students.## Getting Started
### Prerequisites
***Python*** - 3.8.4 or up
### Installing
- Download latest version of [Python](https://www.python.org/downloads/) :point_left:
1. Go to the website above, and click on download
2. Choose depending on which processor is your machine (in this example we looking to the files of Python 3.8.4)

3. Double click and install (Add python to PATH just at the beginning of instalation)### Run
- Download the project, open terminal window on folder with 'school.py' and type:
```
python school.py
```