accprob
is a command line tool for AtCoder Problems. This tool is inspired by atcoder-cli.
Before installing accprob, you need to install pipx referring to this page.
Then, you can install accprob by running the following command.
$ pipx install git+https://github.com/take0x/accprob.git
To create a new contest project directory:
$ accprob n <contest_url>
To submit the solution:
$ accprob s <file_name>
Use --help
option to see more details.
If you are interested in contributing to this project, please read CONTRIBUTING.md.