Khumayun / cf-testcases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CF Testcases

A python script for fetching all TCs of any problem on codeforces.

Note: As this project is opensource, you are most welcome to add features or fork to make it your own.

How to use?

  • Clone the repo

    git clone https://github.com/pvcodes/cf-testcases.git
    
  • Install the dependencies

    pip install -r requirements.txt
    
  • Execute the file

    python main.py
    
    • Enter the contest ID and problem ID image

    Image

    image

  • If everything well good your TCs will be saved in the same directory as of main.py, else you will be logged with the error that occured. Try again for 2-3 time, please raise a issue here will explaining the error and screenshot, so that the issue can be resolved ASAP!


════ ⋆★⋆ ════
From pvcodes

About

License:MIT License


Languages

Language:Python 100.0%