Metadata-Version: 2.4
Name: heroshot
Version: 0.0.1
Summary: Screenshot automation CLI tool
Author-email: Ondrej <ondre@macha.la>
License: MIT
Project-URL: Homepage, https://heroshot.sh
Project-URL: Repository, https://github.com/ondrejbase/heroshot
Project-URL: Documentation, https://heroshot.sh
Keywords: screenshot,automation,cli,browser
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Graphics :: Capture :: Screen Capture
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Heroshot

Screenshot automation CLI tool.

## Status

This Python package is a **placeholder** for the heroshot project. The primary implementation is currently available as:

- **npm**: `npx heroshot` - [npmjs.com/package/heroshot](https://www.npmjs.com/package/heroshot)
- **Docker**: `docker pull heroshot/heroshot`
- **Website**: [heroshot.sh](https://heroshot.sh)

A Python version may be developed in the future.

## About

Heroshot automates browser screenshots with features like:

- Full-page and element-specific captures
- Multiple device viewports
- Dark/light mode switching
- Custom styling injection
- Batch processing

## Links

- [Website](https://heroshot.sh)
- [GitHub](https://github.com/ondrejbase/heroshot)
- [npm package](https://www.npmjs.com/package/heroshot)
