Metadata-Version: 2.4
Name: bini-terminal-ascii-player
Version: 1.0.9
Summary: Play videos and images as full screen ASCII art in your terminal
Home-page: https://github.com/scarlieee02/bini-terminal-media-player
Author: scarlieee02
Author-email: scarlieee02 <akari192168@gmail.com>
Keywords: terminal,ascii,video,image,media,player,fullscreen
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: opencv-python>=4.5.0
Requires-Dist: Pillow>=8.0.0
Requires-Dist: numpy>=1.19.0
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Bini Terminal ASCII Player

Play videos and images as full screen color ASCII art directly in your terminal!

## Installation

```bash
pip install bini-terminal-ascii-player
```

## Usage

### Play a video:
```bash
bini play video.mp4
```

### Play an image:
```bash
bini play image.jpg
```

### Get help:
```bash
bini --help
```

## Features

- 🎨 Full color ASCII art based on original media colors
- 📺 Full screen terminal support
- ⚡ Real-time video playback
- 🖼️ Image display support
- 🦜 Fun parrot animation
- 🎮 Interactive controls during playback

## Controls During Playback

- `Q` - Quit
- `F` - Toggle info display
- `P` - Pause

## Supported Formats

- **Video**: MP4, AVI, MOV, MKV, WMV, FLV
- **Image**: JPG, JPEG, PNG, BMP, GIF

## Requirements

- Python 3.7+
- OpenCV
- Pillow
- NumPy

## License

MIT
