Metadata-Version: 2.1
Name: pireplay
Version: 0.0.4
Summary: Capture and instantly replay the last moments by using a web application controlling a Raspberry Pi with a camera.
Home-page: https://github.com/gruvw/pireplay
Keywords: camera,rpi,raspberry-pi,cli
Author: gruvw
Author-email: gruvw.dev@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: flask (>=3.0.3,<4.0.0)
Requires-Dist: minify-html (>=0.15.0,<0.16.0)
Requires-Dist: nmwifi (>=0.0.3,<0.0.4)
Requires-Dist: picamera2 (>=0.3.25,<0.4.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Project-URL: Documentation, https://github.com/gruvw/pireplay
Project-URL: Repository, https://github.com/gruvw/pireplay
Description-Content-Type: text/markdown

# PiReplay

Capture a video and instantly replay the last moments from your phone or computer.

PiReplay is a device that allows you to instantly record and replay the past 5 to 60 seconds of real-life events directly from your phone or computer.
This has unlimited applications but is primarly useful when analyzing a key moment in sports, reviewing gameplay, or simply reliving funny moments.
You simply press a button and instantly get a video of the last few seconds that just happened - live replay, IRL.

Python Package `pireplay` CLI (managed using [Poetry](https://python-poetry.org/)).

**Note**: please take a look at the project's GitHub repository **<https://github.com/gruvw/pireplay>**.

## Installation

- Install by running: `sudo pip install pireplay --break-system-packages`
- CLI Usage: `pireplay --help`

**Note**: this program is only intended to run on a RaspberryPi using a camera module (for the PiReplay software).

