Submission Screenshot Processor & PDF Generator

About the Program

This tool automates the process of capturing webpage screenshots and compiling them into a PDF report. It's particularly valuable for educators in web design courses, where reviewing multiple projects efficiently is crucial.

Key Benefits:

Installation Guide

Follow these steps to install and run the program:

  1. Ensure Python **3.x** is installed (`python --version`).
  2. Download **Google Chrome** and **Chrome WebDriver** (Download Here).
  3. Install required Python libraries:
pip install selenium pillow reportlab
  1. Create a `urls.txt` file containing submission titles and links.
  2. Run the program:
python process.py
View Readme File
Download Program