take0x / accprob

AtCoder Problems command line tools
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

accprob

accprob is a command line tool for AtCoder Problems. This tool is inspired by atcoder-cli.

Installation

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

Usage

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.

Contributing

If you are interested in contributing to this project, please read CONTRIBUTING.md.