Python Module for playing videos in terminal !!
- Works on both windows and linux :)
pip install terminalplayfrom terminalplay import *
# Load the video , this may take time on the first run (for a specific video)
tp = TerminalPlay("test.mp4", div=0.4) # Div is for reducing the size of the frame , default 0.5
tp.play() # Plays the video