Script will parse data directly from provided URL and store grades to output.txt locally.
When running script python3 hsine.py -t
the output.txt will contain unfiltered test data.
git clone https://github.com/ArtWachowski/hometest.git
Navigate to hometest directory cd hometest
python3 hsine.py [-h] [-t]
Hsine Menu
optional arguments:
-h, --help show this help message and exit
-t, --test Runs Unit Test
Script was developed and tested on linux.
python3 hsine.py -t
CC