This command-line application allows you to capture full-page screenshots of websites. The app will continue capturing screenshots until you enter an empty request.
To install the Web Screenshot App, follow these steps:
- Download the latest release from the GitHub repository.
- Extract the downloaded file to your preferred location.
- Open the terminal and navigate to the extracted directory.
To use the Web Screenshot App, follow these steps:
- Open the terminal and navigate to the application directory.
- Run the following command to start the app:
python parse.py - Enter the URL of the website you want to capture a screenshot of.
- The app will process the request and save the screenshot as an image file in the designated directory.
- Repeat steps 3 and 4 for additional screenshots.
- To stop the app and exit, simply enter an empty request by pressing Enter without providing a URL.
If you want to use html file, just write in url link something like this:
file:///D:/Download/ChatGPT.html
Note: The Web Screenshot App supports capturing full-page screenshots of websites. Ensure that you have a stable internet connection and sufficient storage space to store the captured screenshots.
To change config, just open file config.txt and change it, you can change only one thing, this is width of your screenshot, default value is 1920px.