Skip to main content

A simple command line tool to move your competitive programming workflow to your terminal.

Project description

Codeforces CLI [WORK IN PROGRESS]

A simple command line tool to move your competitive programming workflow to your terminal.

How to install?

1. Install using pip

$ pip install -U codeforces
$ cf --help

2. Install from source

  • Clone the repo
$ git clone https://github.com/Nirlep5252/codeforces-cli
  • Install it
$ cd ./codeforces-cli
$ python3 -m pip install build
$ python3 -m build
$ python3 -m pip install dist/codeforces-0.0.1-py3-none-any.whl --force-reinstall
  • Happy coding!
$ cf --help

Current commands:

cf config - save your username, password, problems-directory
cf contests - list all the current or upcoming contests
cf contests {ID} - view all the problems of an ongoing contest
cf parse {Contest ID} {Problem ID | Optional} {--lang | Optional} - parse the problem and its test cases
cf run {FILE} - check the test cases for the current problem (works based on current directory)
cf submit {FILE} - submit the problem (requires config) (works based on current directory)
cf unsolved - return the list of all your unsolved problems
cf edit {CONTEST ID} - open the contest folder in the editor of choice (only 3 supported so far)

TODO commands:

cf standings {Contest ID | Optional} - show all the standings of an ongoing of finished contests
cf suggest - suggest a problem based on your current rating

TODO features:

  • Support all languages in run
  • A problem recommendation system, maybe?

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

codeforces-0.1.0a0.tar.gz (10.1 kB view details)

Uploaded Source

File details

Details for the file codeforces-0.1.0a0.tar.gz.

File metadata

  • Download URL: codeforces-0.1.0a0.tar.gz
  • Upload date:
  • Size: 10.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for codeforces-0.1.0a0.tar.gz
Algorithm Hash digest
SHA256 70935943dda9d702f118e271ad8cd5640fbefd0c5e901d4ac5a34e76298a8193
MD5 8423e82ed45e76a070d7cd5dd820887a
BLAKE2b-256 34585ccec2bc5f644d2743b705755ae941255a384c2605401fd692d395070b07

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page