A CLI tool that enables submission and status checking of UVa problems from terminal
pip install bs4
pip install getpass
Put the following in your .bashrc
or .zshrc
file:
export UVA_USERNAME="YOUR_USERNAME_HERE"
export UVA_PASSWD="YOUR_PASSWORD_HERE"
Finally, remove the .py
extension and put the file in your PATH
uva submit PROBLEM_ID filename.cc
uva tail (NUMBER_OF_SUBMISSION, default to 5)