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

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.

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)

![alt text](https://github.com/amssdias/PYTHON--School/blob/version1/img/python-download-versions.png)

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
```