https://github.com/mario-lupo-ciaponi/e-diary
This is a simple console app that can add grades to a specific subject, given by the user.
https://github.com/mario-lupo-ciaponi/e-diary
Last synced: 4 months ago
JSON representation
This is a simple console app that can add grades to a specific subject, given by the user.
- Host: GitHub
- URL: https://github.com/mario-lupo-ciaponi/e-diary
- Owner: Mario-Lupo-Ciaponi
- Created: 2024-05-04T11:35:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-07T16:25:51.000Z (about 1 year ago)
- Last Synced: 2024-05-07T17:35:54.609Z (about 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-Diary
This is a simple console app that can add grades to a specific subject, given by the user.## Grading scale:
The grading scale is based on the Bulgarian Grading System.
- Poor (2.00 - 2.99)
- Fair(3.00 - 3.49)
- Good(3.50 - 4.49)
- Very Good(4.50 - 5.49)
- Excellent(5.50 - 6.00)## Operations:
After validating the email, you can do one of the following operations:
- Show subjects;
- Add subjects;
- Add grade;
- Sort subject from highest to lowest average grade
- Quit.# Versions:
## 1.0:
A simple console application which can perform the operations showed above.
## 2.0:
In progress# Purpose:
The purpose of this project is to practice Git and GitHub skills, to practice dictionaries, tuples, and OOP. I used the
"re" library for the email validation.