Play videos in ascii art in the terminal!
(still) only work in linux
- ffmpeg
so, install ffmpeg in your SO and add it to environment variables.
* git clone
* cd to repo
* pipenv install
* pipenv shell (to start the virtual environment)
in youtube:
python tmplayer.py link/to/youtube/video --youtube
in files:
python tmplayer.py path/to/file --file
in absolute video urls, just give the link:
python tmplayer.py url/to/video
In alpha, enjoy!