rohantib / codechef-cli

CodeChef Command Line Client.

Home Page:https://pypi.python.org/pypi/codechefcli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeChef CLI PyPI version Build Status

A command-line tool for querying and submitting problems on CodeChef.

Features

  • Get problem description
  • Get user information
  • Submit problems
  • Search problems in contest, by category, or by tags
  • Get ratings
  • Get problem solutions
  • Get contests

Installation

Available on pip. Install using the command:

pip install codechefcli

Usage

See full list of options:

codechefcli --help

Get problem description:

codechefcli --problem WEICOM

Get contests:

codechefcli --contests

Submit a problem:

codechefcli --submit WEICOM /path/to/solution/file C++

About

CodeChef Command Line Client.

https://pypi.python.org/pypi/codechefcli

License:GNU General Public License v3.0


Languages

Language:Python 100.0%