Metadata-Version: 2.1
Name: bed
Version: 21.5.2020
Summary: A very simple command line Browser Extension Downloader
Home-page: https://github.com/sdushantha/bed
Author: Siddharth Dushantha
Author-email: siddharth.dushantha@gmail.com
License: UNKNOWN
Description: <p align=center>
          <img src="images/icon.png" height="22%" width="22%"/>
          <br>
          <span>A very simple command line Browser Extension Downloader</span>
          <br>
          <img src="images/final_demo.gif"/>
        </p>
        
        
        ## Installation
        #### Using git
        ```bash
        # clone the repo
        $ git clone https://github.com/sdushantha/bed.git
        
        # install the requirements
        $ pip3 install --user -r requirements.txt
        ```
        
        #### Using pip
        _Note: I will upload_ `bed` _to pypi soon_
        ```
        pip3 install --user git+https://github.com/sdushantha/bed
        ```
        
        ## Usage
        ### Supported browsers
        - Firefox
        - Chrome or any browser that uses the Chrome Web Store
        - Opera
        
        ```bash
        usage: bed [-h] url
        
        A very simple command line Browser Extension Downloader
        
        positional arguments:
          url
        
        optional arguments:
          -h, --help  show this help message and exit
        ```
        
        [![Support me!](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/XoJfSVI)
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
