Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viivue/easy-page-speed-screenshots
📑 Python tool to take page speed result screenshots
https://github.com/viivue/easy-page-speed-screenshots
easy-collection page-speed screenshots
Last synced: about 1 month ago
JSON representation
📑 Python tool to take page speed result screenshots
- Host: GitHub
- URL: https://github.com/viivue/easy-page-speed-screenshots
- Owner: viivue
- License: mit
- Created: 2023-05-07T12:31:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-04T12:41:00.000Z (8 months ago)
- Last Synced: 2024-05-04T13:41:44.860Z (8 months ago)
- Topics: easy-collection, page-speed, screenshots
- Language: Python
- Homepage:
- Size: 159 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Easy Page Speed Screenshots
📑 Python tool to take page speed result screenshots
## Installation
### 1. Execution file (**only for Windows**)
- Download [the latest verion](https://github.com/viivue/easy-page-speed-screenshots/releases/latest) from GitHub
- Run the `.exe` file### 2. Python
- Download & Install [the latest Python version](https://www.python.org/downloads/).
- Install `tkinter`
- Windows: `pip install tk`
- MacOS: `brew install python-tk`
- Ubuntu: `sudo apt-get install python3-tk`
- Fedora: `sudo dnf install python3-tkinter`
- Clone this repository
```
git clone https://github.com/viivue/easy-page-speed-screenshots.git
```
- Install requirements
```
pip install -r requirements.txt
```
- Then to run it, execute the following in the terminal
```
python easy-page-speed-screenshots.py
```### 3. Demo
## License
[MIT License](https://github.com/viivue/easy-page-speed-screenshots/blob/enhancement/LICENSE)
Copyright (c) 2023 ViiVue