Download Codeforces contest's questions and tutorial
- The scraper makes a problem set folder.
- Requests for contest IDs the user wants to download.
- It creates separate folders for each valid contest and downloads all the problems and tutorials as PDFs.
#Requirement:Python3,wkhtmltopdf application and python libraries( bs4, requests, pdfkit, lxml)