Metadata-Version: 2.1
Name: play-video
Version: 1.0.4
Summary: Play video on terminal
Home-page: https://github.com/guilhermewebdev/play
Author: Guilherme Isaías
Author-email: guilherme@guilhermeweb.dev
License: GNU General Public License v3.0
Platform: Linux
Platform: MacOS
Platform: Windows
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Topic :: Multimedia :: Video :: Display
Classifier: Framework :: Pytest
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# 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 <video> <video> <video> ...

Example:

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

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

![Screen Gif](assets/screen-gif.gif)

