Skip to content

Instantly share code, notes, and snippets.

View usmnashd's full-sized avatar

Dr Usman Arshad usmnashd

  • Mohiuddin Teaching Hospital
  • Mirpur, Azad Kashmir
  • 19:18 (UTC -12:00)
View GitHub Profile
@usmnashd
usmnashd / rekhta-book-download.py
Created February 27, 2024 19:08 — forked from muhammadyaseen/rekhta-book-download.py
Download and Save Rekhta books
"""
Download and save Rekhta.org books as images.
1. Make sure your Chrome browser is closed before running otherwise script will fail.
2. Install selenium (pip install selenium)
3. Install pillow (pip install pillow)
4. Adjust the User directory and User profile values in main()
5. Adjust browser window size in code if requried.
"""