joelibaceta / video-to-ascii

It is a simple python package to play videos in the terminal using characters as pixels
MIT License
1.67k stars 141 forks source link

not working on windows python 3.7 #75

Closed CarryLambo closed 2 years ago

CarryLambo commented 2 years ago

i have an error when i download the module and i open cmd i put video-to-ascii -f video.mp4 but is not working

this is the error:

ascii_strategy.py", line 121, in render rows, cols = os.popen('stty size', 'r').read().split() ValueError: not enough values to unpack (expected 2, got 0)