Metadata-Version: 2.1
Name: matrix-rain
Version: 1.0.2
Summary: 
Author: principle105
Author-email: principle105@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: rich (>=12.6.0,<13.0.0)
Requires-Dist: typer (>=0.6.1,<0.7.0)
Description-Content-Type: text/markdown

<div align="center">
    <img src="https://i.imgur.com/siPt6F9.gif" width="5000" alt="Demo" />
    <h1>Matrix Rain</h1>
    <p>A matrix rain effect written in Python.</p>
</div>

# Installation

```
pip install matrix-rain
```

## Usage

```
matrix_rain [OPTIONS]
```

Options:

-   `--speed`, `-s` - Percentage of normal rain speed. Default: 100
-   `--glitches`, `-g` - Percentage of normal glitch amount. Default: 100
-   `--frequency`, `-f` - Percentage of normal drop frequency. Default: 100

