kimiyuki's blog

By kimiyuki, history, 6 years ago, In English

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!

  • Vote: I like it
  • +63
  • Vote: I do not like it

»
6 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by kimiyuki (previous revision, new revision, compare).

»
6 years ago, # |
  Vote: I like it 0 Vote: I do not like it

note:

  • You may prefer Hightail to this, if you like GUI.
  • For gif animes, you should use Google Photos via lh3.googleusercontent.com. At least user-images.githubusercontent.com didn't work.
»
6 years ago, # |
Rev. 2   Vote: I like it +8 Vote: I do not like it

very good tool !! this will surely helped me a lot when there are contests