Metadata-Version: 2.1
Name: sytd
Version: 1.0.3
Summary: Simple YouTube Downloader
Home-page: https://github.com/tomg404/Simple-YouTube-Downloader
Author: Tom Gaimann
Author-email: tom.gaimann@outlook.com
License: MIT
Description: ![PyPI - License](https://img.shields.io/pypi/l/sytd)
        ![PyPI](https://img.shields.io/pypi/v/sytd)
        ![PyPI - Status](https://img.shields.io/pypi/status/sytd)
        
        # Simple YouTube Downloader
        
        Simple YouTube Downloader (sytd) is a small Python library for quickly downloading YouTube videos.
        
        ![](https://raw.githubusercontent.com/tomg404/Simple-YouTube-Downloader/master/images/screenshot_1.png )
        
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install `sytd`.
        
        ```bash
        pip install sytd
        ```
        
        ## Usage
        ```bash
        python -m sytd
        ```
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
        
Keywords: gui,downloader,youtube,simple
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.5
Description-Content-Type: text/markdown
