Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yonka2019/bagrutgrades
Shows bagrut grades in a table (via Mashov API)
https://github.com/yonka2019/bagrutgrades
bagrut bagrut-grades grades python
Last synced: 13 days ago
JSON representation
Shows bagrut grades in a table (via Mashov API)
- Host: GitHub
- URL: https://github.com/yonka2019/bagrutgrades
- Owner: yonka2019
- Created: 2023-05-12T19:55:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-27T12:47:14.000Z (over 1 year ago)
- Last Synced: 2024-11-07T15:51:44.217Z (2 months ago)
- Topics: bagrut, bagrut-grades, grades, python
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bagrut Grades
Shows bagrut grades in a table (through [Mashov API](https://github.com/micaelillos/MashovAPI))
- high grades colored as green, low grade colored as red.
- If exam data got updated (in compare with last run), he will colored as a yellow## Usage Examples:
```
print(mashovRequests.get_all_bagrut_data()) # all years sortedprint(mashovRequests.get_all_bagrut_data("2021, 2023")) # 2021, 2023 grades sorted
print(mashovRequests.get_all_bagrut_data(None, False)) # all years unsorted
print(mashovRequests.get_all_bagrut_data("2021", True)) # 2021 sorted
```