Metadata-Version: 1.1
Name: friendsep
Version: 0.0.1
Summary: A simple command line tool to watch a random episode of F.R.I.E.N.D.S
Home-page: https://github.com/VinitraMk/friendsep
Author: VinitraMk
Author-email: vinitramk@gmail.com
License: UNKNOWN
Description: # friendsep 
        
        [![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)  
        A command line tool to play a random F.R.I.E.N.D.S episode
        
        ## Features
        * Watch a random episode of F.R.I.E.N.D.S on VLC
        
        ## Getting Started
        
        ### Supported OS
        Ubuntu
        
        ### Prerequisites
        
        ```
          1. Python3
          2. pip3
          3. VLC
        ```
        
        ### Installation
        
        **Using pip**  
        `sudo pip3 install friendsep`  
        
        **From source**   
            1. Clone this repo and navigate to this folder in your machine.  
            2. Install using the following commands now.   
                `python3 setup.py build`  
                `python3 setup.py install`  
        
        ## Usage 
        
        1. After installation is done, run the command `friends` and that's it!
        
        ![](https://i.imgur.com/Wl8iNDP.png)  
        
        
        
        ## Authors
        
        * **Vinitra Muralikrishnan** - [VinitraMk](https://github.com/VinitraMk)
        See also the list of [contributors](https://github.com/VinitraMk/friendsep/contributors) who participated in this project.
        
        ## License
        
        This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
