The Webpage Screenshot App is a simple and user-friendly web application built using Streamlit, a powerful Python library for creating web applications for data science and machine learning projects. This app allows users to capture screenshots of webpages by providing a URL.
- Python 3.x
- Streamlit
- Selenium
-
Clone the repository:
git clone https://github.com/bimarakajati/Webpage-Screenshot-App.git
-
Install the required dependencies:
pip install -r requirements.txt
- Run the Flask app:
streamlit run app.py
- The app should now be running locally on your machine. Open your web browser and go to the address http://localhost:8501 to access the Webpage Screenshot App.
- Enter the URL of the webpage you want to capture in the designated input box.
- Click the "Take Screenshot" button to generate the screenshot.
- Once the screenshot is ready, a preview will be displayed on the page.
- Finally, use the "Download Screenshot" button to save the screenshot to your local machine.
Thanks to their great works:
