Metadata-Version: 2.1
Name: ffterm
Version: 0.1.3
Summary: Play media in the terminal.
Home-page: https://github.com/phuang1024/ffterm
Author: Patrick Huang
Author-email: phuang1024@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: opencv-python

# FFTerm

Play media in the terminal (stdout).

The name was inspired by FFmpeg, but this project is unrelated to it.

## Install

FFTerm is distributed on PyPI:

`pip install ffterm`

## Usage

`ffterm /path/to/video.mp4`

`ffterm /path/to/image.jpg`

There may be errors if the terminal size is too large.

## Example

![](https://raw.githubusercontent.com/phuang1024/ffterm/master/examples/piano.png)


