Metadata-Version: 2.1
Name: mp42uni
Version: 1.0.4
Summary: Use this to show a video in the terminal (Unicode art)
Home-page: https://github.com/donno2048/mp42uni
Author: Elisha Hollander
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

# mp4-to-unicode

Use this to show a video in the terminal (Unicode art)

## install

### From PyPi

```sh
pip3 install mp42uni
```

### From GitHub

```sh
pip3 install git+https://github.com/donno2048/mp42uni
```

## Usage

Run `mp42uni <video.mp4>` with the terminal **maximized** to display _<video.mp4>_ as ascii art.

If you get `_curses.error: addwstr() returned ERR` try decreasing the font size.

If you get `ModuleNotFoundError: No module named '_curses'` on Windows try: `pip3 install windows-curses==2.2.0`


