Metadata-Version: 2.4
Name: winter-eyes
Version: 0.1.0
Summary: Play a bundled ASCII animation demo in your terminal.
Author: ASCII Anim
License: MIT
Keywords: ascii,terminal,animation,demo
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Winter Eyes

Play the bundled Winter Eyes ASCII animation demo in your terminal.

## Quick Start (TestPyPI)

```bash
python -m pip install -i https://test.pypi.org/simple/ winter-eyes
winter-eyes --loop
```

## Usage

```bash
winter-eyes                 # plays bundled demo
winter-eyes --loop          # loop demo
winter-eyes file.asv        # play your own file
```
