A python script to handle/manage given scores and to generate excel sheet scores using pandas.
Run following below commands in terminal
pip install -r requirements.txt
OR
pip3 install -r requirements.txt
Then run python script by running python scoresGenerator.py
OR python3 scoresGenerator.py
command in the terminal, Enjoy!