Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 594 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 594 Bytes

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

Requirements:

  • Python 3
  • OpenCV for Python
  • Any terminal emulator with Truecolor support (or use termvideo -b ascii for ascii art mode)