Metadata-Version: 2.1
Name: streamyt
Version: 1.0.2
Summary: Search and stream videos from Youtube
Home-page: https://github.com/sAksham-Ar/ytstreamer
Author: Saksham Arya
Author-email: aryasaksham@gmail.com
License: GPLv3
Description: # streamyt
        A python script that takes a channel name outputs its videos then when selected plays it on vlc media player.
        
        Note:This script requires VLC media player.
        
        # Installation
        Install it as below:
        ```
        pip3 install streamyt
        ```
        # Run
        Just put the thing to search and where it is a channel(c) or normal search(s):
        ```
        streamyt channel_name type(c or s)
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
