Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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 sorted

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