Metadata-Version: 2.1
Name: termvideo
Version: 1.0.3
Summary: A simple script that displays videos on your terminal!
Home-page: https://github.com/omduggineni/asciivideo
Author: Om Duggineni
Author-email: om.psnom@gmail.com
License: LGPLv3
Project-URL: Bug Tracker, https://github.com/omduggineni/asciivideo/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# TermVideo: View Video Files in a Terminal

TermVideo is a Python program which uses **escape sequences** to display video files in a terminal. It's fast, simple, and easy to use.

Install with `pip install termvideo`.

[![how termvideo works](https://raw.githubusercontent.com/omduggineni/termvideo/main/demos/termvideo_test.gif "ok fine, sorry for the rickroll")](https://raw.githubusercontent.com/omduggineni/termvideo/main/demos/termvideo_test.gif)

Requirements:
- Python 3
- OpenCV for Python
- Any terminal emulator with Truecolor support
