Hello!
I would like to introduce you to my tool kmyk/online-judge-tools. This is a collection of command-line tools to automate routine work on programming contests.
The main features are:
- download sample cases
- test your solution locally
This supports Codeforces, AtCoder, HackerRank, CS Academy, etc.
A screencast is here:
<iframe width="560" height="315" src="https://www.youtube.com/embed/0ny82ALdAvY?rel=0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
Also, there are many sub-features, some of which are:
- help to test reactive problems
- generate boilerplates like
int N, M; cin >> N >> M;
- submit to some judges (including TopCoder Marathon Match)
You can find more features on readme.md and the --help
option.
To install this, just type $ pip3 install online-judge-tools
. Enjoy!