asciify icon indicating copy to clipboard operation
asciify copied to clipboard

Feature/issue #9: added video support along with playback speed ;-)

Open vishal-wadhwa opened this issue 7 years ago • 1 comments

Implements #9

To manipulate text over console I used asciimatics over curses because of cross-platform compatibility. Also, added a requirements.txt for quick install of all the dependencies:

pip install -r requirements.txt.

Added two switches -i for image and -v for video. Playback speed is expected to be a float supplied after the video file path.

Syntax 1: python asciify.py -i IMAGE_FILE
Syntax 2: python asciify.py -v VIDEO_FILE
Syntax 3: python asciify.py -v VIDEO_FILE PLAYBACK_SPEED

Please review this code and let me know if you feel anything is out of place.

Thank you :)

vishal-wadhwa avatar Oct 02 '18 20:10 vishal-wadhwa

Awesome! I'll test and merge this in a couple of hours - looks great! :slightly_smiling_face:

RameshAditya avatar Oct 03 '18 01:10 RameshAditya