๐ฆ A command line application to capture full-page screenshots with ease, every time.
Snapsht ๐ฆ - Capture full-page screenshots with ease, every time.
snapsht is designed to provide users a command-line interface to take full screen scrolling screenshots of webpages.
Snapsht can be helpful for developers and designers who need to take full-page screenshots of websites for testing or design purposes. They can quickly and easily capture screenshots of entire web pages, even those that extend beyond the visible area of the screen.
For developers, snapsht can be useful for testing web page layouts and responsiveness across different screen sizes and devices. It can also be helpful for debugging issues that only occur on specific parts of a web page that are not visible on the screen.
snapsht can be useful for creating visual mockups or capturing design inspiration from existing websites. It can also be helpful for reviewing and sharing design feedback with clients or team members.
Overall, snapsht can save time and effort for developers and designers who need to capture full-page screenshots of websites on a regular basis.
I hope you find it useful.
Configuration
The application requires you to have the chromium driver available. If you dont have it on the PATH run the setup command which will download the correct binary on your system and use it. You must also have the chrome browser installed.
Installation
Install the snapsht python package directly from pypi.
pip install snapsht
I would recommend using pipx instead of pip to install cli applications on you machine.
Usage
Usage: snapsht [OPTIONS] COMMAND [ARGS]...
๐ฆ Capture full-page screenshots with ease, every time.
Options: --version Show the version and exit. --help Show this message and exit.
Commands: click ๐ด Take a full page scrolling screenshot and save it to disk. setup โฌ Download missing chromium driver.
Note
Taking screenshots automatically is tough. If you do get errors and dont know why, try adding the --debug flag to the click command.