Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

vishal-wadhwa
Copy link

@vishal-wadhwa vishal-wadhwa commented Oct 2, 2018

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 :)

@RameshAditya
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants