Skip to content

A cli tool for codeforces

Notifications You must be signed in to change notification settings

CompProgTools/CFCli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 11, 2025
272a2d3 · · Aug 11, 2025

History

29 Commits
Aug 11, 2025
Aug 11, 2025
Aug 11, 2025
Aug 10, 2025
Aug 11, 2025
Jul 18, 2025
Aug 11, 2025
Aug 11, 2025

Repository files navigation

CFCli

A cli tool for codeforces

Installation

Head to the pypi page and copy the command at the top.

In our case it will be pip install cfcli-py-tool.

Open your terminal (or command line if you're using windows) and paste the following:

pip install cfcli-py-tool

If this gives an error, please try:

pip3 install cfcli-py-tool

This will install CFCli from the PyPi package manager.

In order to test your installation, please run:

cf-cli

Requirements

Since the project is a pip (python package manager) package, you are required to have the following in order for it to work.

  • Python 3.8+
  • Latest Pip version

Setup

The setup for cf-cli is very minimal. Since there are parts of the Codeforces API that require authentication, it is the only environment variable that is needed.

For the rest of the documenation, please visit the official site

Releases

No releases published

Packages

No packages published

Languages