WebSnapshotter is a Python script that takes screenshots of websites using the Chrome or Firefox browsers. It allows you to save the images to a specific folder and choose whether to take screenshots of a single browser or both. Requirements
Python 3.x
Selenium: pip install selenium
Chrome or Firefox browser installed
Installation
Clone or download this repository to your computer.
Install the required packages: pip3 install selenium.
Run the script: python snap.py.
Usage
When prompted, enter the URL of the website you want to take a screenshot of.
Choose the browser(s) you want to use: Chrome, Firefox or both.
The script will take a screenshot of the website and save it in the Snapshot folder in the parent directory of the WebSnapshotter folder.
You can find the screenshot(s) with the name browsername_screenshot.png in the Snapshot folder.