https://github.com/westurner/chutie
Take page screenshots in various resolutions, save them to disk, and generate an HTML template with a Table of Contents containing the screenshots
https://github.com/westurner/chutie
pyppeteer python screenshot-utility screenshots
Last synced: 3 months ago
JSON representation
Take page screenshots in various resolutions, save them to disk, and generate an HTML template with a Table of Contents containing the screenshots
- Host: GitHub
- URL: https://github.com/westurner/chutie
- Owner: westurner
- License: other
- Created: 2019-11-17T05:49:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-27T22:58:16.000Z (about 4 years ago)
- Last Synced: 2025-02-28T18:11:49.558Z (8 months ago)
- Topics: pyppeteer, python, screenshot-utility, screenshots
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
======
Chutie
======.. image:: https://img.shields.io/pypi/v/chutie.svg
:target: https://pypi.python.org/pypi/chutie.. image:: https://img.shields.io/travis/westurner/chutie.svg
:target: https://travis-ci.org/westurner/chutie.. image:: https://readthedocs.org/projects/chutie/badge/?version=latest
:target: https://chutie.readthedocs.io/en/latest/?badge=latest
:alt: Documentation StatusTake page screenshots in various resolutions, save them to disk, and optionally display them in a Jupyter notebook
* Free software: BSD license
.. * Documentation: https://chutie.readthedocs.io.Features
--------* [x] Take page screenshots in various resolutions
* [x] Generate JSON metadata
* [x] Generate static HTML from a jinja2 template
* [x] Read URLs and Viewport configurations from one or more JSON or
YAML config files
* [x] Read URLs and Viewport configurations from the CLI
* [ ] Optionally display them in a Jupyter notebookCredits
-------This package was developed by
`@westurner `__.This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage