Skip to content

KCoder-programming/html-img-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download Images – Image to PDF Scraper

A Python utility to fetch images from a webpage, preview them in a GUI, and export them as a single PDF.

This project is a lightweight Image-to-PDF scraper that lets you paste a webpage URL, automatically fetch all images, preview them inside the app, and save them either individually or combined into a single PDF.

It’s designed for students and professionals who want to download notes, diagrams, or slides quickly and organize them neatly.


Releases

https://github.com/KCoder-programming/html-img-scraper/releases


Features

  • 🔗 Fetch all images from a web page.
  • 🖼️ Preview downloaded images inside the GUI.
  • 📂 Save images locally.
  • 📑 Export all images into a single PDF.
  • 🎨 Clean and modern UI (using ttkbootstrap).

Installation

  • Clone the repository or download the source code.

    git clone https://github.com/KCoder-programming/html-img-scraper.git
    cd html-img-scraper
  • Install dependencies:

    pip install -r requirements.txt

Run the app:

python download_images.py

Requirements

  • beautifulsoup4
  • requests
  • Pillow
  • tqdm
  • ttkbootstrap
  • python 3.x

(given in requirements.txt)

Usage

  1. Enter the URL of a page containing images.

  2. Click Fetch Images → the images will be listed and previewed.

  3. Select images you want to save/export.

  4. Choose Export as PDF to create a clean PDF document.


License:

MIT License

Copyright (c) 2025 KCoder-programming

About

A Python utility to fetch images from a webpage, preview them in a GUI, and export them as a single PDF.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages