Metadata-Version: 2.1
Name: repamatrix
Version: 0.0.2
Summary: cmatrix like terminal 'screen saver'
Home-page: https://github.com/dyuri/repamatrix
License: MIT
Author: Gyuri Horak
Author-email: dyuri@horak.hu
Requires-Python: >=3.8,<4.0
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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
Provides-Extra: colors
Provides-Extra: image
Provides-Extra: webcam
Requires-Dist: blessed (>=1.17.9,<2.0.0)
Requires-Dist: mediapipe (>=0.9.0,<0.10.0); extra == "webcam"
Requires-Dist: numpy (>=1.21,<2.0); extra == "webcam"
Requires-Dist: opencv-contrib-python (>=4.5.4,<5.0.0); extra == "webcam"
Requires-Dist: pillow (>=7.1.2,<10.0.0); extra == "image"
Requires-Dist: repacolors (>=0.5.0,<0.6.0); extra == "colors"
Project-URL: Repository, https://github.com/dyuri/repamatrix
Description-Content-Type: text/markdown

# `repamatrix`

`cmatrix` like terminal *screen saver*

![screenshot](./repamatrix.png)

## Install

```
$ pip install repamatrix
```

## Running

```
$ repamatrix
```

### Webcam support

```
$ webcammatrix
```


