A hands-free, automated program that logins into gradebook, displays your grades, sorts them, and more all with a single command!
- Download or fork this repository.
- Inside the project directory, in terminal run
pip install -r requirements.txt
. - Go to
setup.py
and fill in the required information
You're ready to start using it!
Optional: Use the Bash script so that you can run the program from any folder
- Just run
grades.py
and that's it! Below are a list of commands.
grades
: Goes to homepage and displays grades for each class in order.sort
: Displays sorted grades for each class in order from lowest to highest.home
: Goes to homepage.<class_command
>: Goes to the webpage for that specific class. class_commands are created insetup.py
in the Setup process.close
: Exits the program and closes the browser.
Found this repository useful? Give it a star!
Check out my similar automation repositories:
- Automated GitHub File Uploader: Tool to automatically upload files in a non-git repository to a specified repository. (You don't have to be in the git repository to upload files; you can do it from any directory)
- Codeforces Autosubmitter: Automatic submission of solutions for Codeforces problems. All with a single command.
If you have questions or run into errors, email me at ijapps101@gmail.com
You can also contact me through my website