An open API service indexing awesome lists of open source software.

https://github.com/guilhermewebdev/play

Play video on terminal
https://github.com/guilhermewebdev/play

ascii ascii-art freesoftware opencv python terminal video video-player

Last synced: 3 months ago
JSON representation

Play video on terminal

Awesome Lists containing this project

README

          

# Play

## What is it?
Play is a video player for the terminal. You can play videos from your computer running Play.

## How to install?
Play is a python package. You can install it with the following command:

$ pip install play-video

## How to use it?
Play uses a command line interface:

$ play ...

Example:

$ play ~/Videos/video.mp4 ~/Videos/video2.mp4

The video https://www.youtube.com/watch?v=u_jJkkxeE30 will be reproduced as:

![Screen Gif](https://github.com/guilhermewebdev/play/blob/master/assets/screen-gif.gif?raw=True)