A CLI tool for testing and submitting code to Kattis.
Install the required dependecies
pip install -r requirements.txt
Edit the env files and your Kattis username and password.
python3 main.py <option> <file_path> <problem>
Options are:
- [-s] submit only
- [-t] test only
- [-ts] test and submit