online-judge-tools — utilities to automate things on programming contests

Revision en5, by kimiyuki, 2018-01-09 14:50:58

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:

screencast

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 or the --help option.

To install this, just type $ pip3 install online-judge-tools. Enjoy!

Tags tools

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en6 English kimiyuki 2018-01-09 14:52:19 2 (published)
en5 English kimiyuki 2018-01-09 14:50:58 6 Tiny change: 'eadme.md) and the `--he' -> 'eadme.md) or the `--he'
en4 English kimiyuki 2018-01-09 14:47:50 701
en3 English kimiyuki 2018-01-09 14:27:02 447
en2 English kimiyuki 2018-01-09 14:25:48 172
en1 English kimiyuki 2018-01-09 14:22:44 1882 Initial revision (saved to drafts)