Yaxe helps you use the Xi'an Jiaotong University grade system efficiently with some enhanced features.
git clone https://github.com/guitaoliu/yaxe.git
pipenv install
python -m yaxe grade
python -m yaxe gpa
This project is using click. Check info with python -m yaxe --help
Usage: main.py [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
gpa Calculate your gpa using the grade file.
grade Fetching your grade from ehall website.
Your netid and corresponding password will only be stored on your machine in config.json
. Please remove it at the appropriate time.
- The origin version was built by @chaoers.