Skip to content

mkstayalive/CodeforcesSolutionDownloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

CodeforcesSolutionDownloader

A small script for downloading ACCEPTED solutions from codeforces.com

Install the dependency bs4

pip install bs4

Run main.py and pass the user handle as argument

python main.py <user_handle>

For example,

python main.py Petr

It will create folders with the user handle and Codeforces rounds under Solutions folder and place the solutions there.

About

a small script for downloading solutions from codeforces.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%