Skip to content

omduggineni/termvideo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)