joelibaceta / video-to-ascii

It is a simple python package to play videos in the terminal using characters as pixels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't work python 3.8

MatisseBE opened this issue · comments

I got 'AttributeError: module 'time' has no attribute 'clock''. A simple google search let me to believe the 'time.clock()' function has been removed and replace by another.
https://stackoverflow.com/questions/58569361/attributeerror-module-time-has-no-attribute-clock-in-python-3-8

Solved in 81e3431