Skip to content

Commit bc2de17

Browse files
authored
Readme Updated of CodeForces Scraper
1 parent 8e193c5 commit bc2de17

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed
Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# 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.
22

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.
44

55
## Setting up:
66

@@ -15,22 +15,21 @@ This python script will let you download Problem Statements from Codeforces and
1515
## Running the script:
1616

1717
```sh
18-
$ python Codeforces_problem_scrapper.py
18+
$ python Codeforces_Problem_Scrapper.py
1919
```
2020

2121
## Terminal Screenshot:
2222

23-
![Imgur](https://i.imgur.com/Qr0AwMG.png)
23+
![Imgur](https://i.imgur.com/gqHMxMz.png)
2424

2525
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.
26+
1. DRIVER PATH
27+
2. VALID Difficulty Range of PROBLEMS.
28+
3. Number of Questions to Scrape.
2929

3030
## PDF Output:
31-
![Imgur](https://i.imgur.com/GpSxCRZ.png)
32-
![Imgur](https://i.imgur.com/c5mCNWM.png)
31+
![Imgur](https://i.imgur.com/1iMC7PE.png)
32+
![GIF](https://media.giphy.com/media/lQ95K1IzUGB2tiqlmZ/giphy.gif)
3333

3434
## Author
35-
[Akhil Bhalerao](https://github.com/iamakkkhil)
36-
35+
[ Akhil Bhalerao ](https://github.com/iamakkkhil)

0 commit comments

Comments
 (0)