Skip to content

toxicmender/CodeChef_Problem-dl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeChef Problem Downloader

Download Problems from codechef and store in pdf

Setup

  1. Install Webkit HTML to PDF
    1. For Ubuntu/Debian: sudo apt-get install wkhtmltopdf
    2. Mac OS X: brew install wkhtmltopdf
    3. Windows:
      1. Download wkhtmltopdf from releases
      2. Install the release [wkhtmltox-[version_number].msvc[2015|2019]-win[32|64].exe]
      3. Make sure it's in the PATH
  2. Install the python modules: pip install -r requirements.txt
  3. Run the script from the root directory of this repository

Languages

  • Python 100.0%