You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Save any Problem Statement you like from Codeforces as a PDF.
1
+
# Save any number of Problem Statement you like from Codeforces as a PDF.
2
2
3
-
This python script will let you download Problem Statements from Codeforces and save them as a pdf file. The script uses Selenium Webdriver and fpdf library. Selenium is used with Chrome Webdriver, so having Chrome browser is a requirement.
3
+
This python script will let you download any number of Problem Statements from Codeforces and save them as a pdf file. The script uses Selenium Webdriver and fpdf library. Selenium is used with Chrome Webdriver, so having Chrome browser is a requirement.
4
4
5
5
## Setting up:
6
6
@@ -15,22 +15,21 @@ This python script will let you download Problem Statements from Codeforces and
15
15
## Running the script:
16
16
17
17
```sh
18
-
$ python Codeforces_problem_scrapper.py
18
+
$ python Codeforces_Problem_Scrapper.py
19
19
```
20
20
21
21
## Terminal Screenshot:
22
22
23
-

23
+

24
24
25
25
The program will ask you to enter:
26
-
1.Valid Problem ID.
27
-
2.Valid Difficulty Level.
28
-
3.filename(without '.pdf'). The pdf will be created in the same folder.
0 commit comments