Metadata-Version: 2.4
Name: nyanraptor
Version: 0.0.1
Summary: A nyancat-style ANSI terminal animation starring a bicycle-riding velociraptor
Author-email: MrWorta <mrworta@nightsky.de>
Maintainer-email: MrWorta <mrworta@nightsky.de>
License-Expression: MIT
Keywords: nyancat,ansi,terminal,animation,velociraptor,fun
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Artistic Software
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Terminals
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# NyanRaptor

A nyancat-style ANSI terminal animation: a helmeted velociraptor pedals a
bicycle through space, trailing a rainbow.

## Installation

```sh
pip install nyanraptor
```

## Usage

```sh
nyanraptor [--fps N] [--scale N] [--256] [--frames N]
```

| Option       | Description                                   |
|--------------|-----------------------------------------------|
| `--fps N`    | Frames per second (default: 12)               |
| `--scale N`  | Pixel scale, `0` picks one automatically      |
| `--256`      | Use 256-color mode instead of true color      |
| `--frames N` | Stop after N frames (`0` runs forever)        |

Press `Ctrl+C` to quit.

You can also run it as a module with `python -m nyanraptor`.

## Requirements

Python 3.8+ and a terminal with ANSI color support (true color recommended).

## License

MIT, see [LICENSE](LICENSE).
