Skip to content

A python script to extract test cases of a problem from codeforces.

Notifications You must be signed in to change notification settings

sonuverma1/Codeforces_test_file_extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Codeforces_test_file_extractor

A python program, which extract all test files(visible) of a problem from Codeforces.

Requires installation

1.BeautifulSoup from bs4

2.Requests

(To install above librarires in your system, google "install abc in linux" or "install abc in Windows"

Running the program

  • Select a problem and choose any Accepted submission of that problem.

  • Open python script in an editor

  • Copy url of submission to script in 'url = "submission_url"'

  • Open command line/ Terminal

  • Move to script directory using cd command

  • Write python3 and press Enter key

  • Now write Codeforces_test_file_extractor.py and press enter.

    All input and Output will be saved in a zip file

    For more:-

    Contact

    Gmail

    LinkedIn

About

A python script to extract test cases of a problem from codeforces.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages