Metadata-Version: 2.1
Name: rasptube
Version: 1.2.1
Summary: a python module that automates the process for making videos compatable with the Raspberry Pi
Home-page: UNKNOWN
Author: Walter J Hare
License: MIT
Description: # Rasptube
        The Rasptube Python module was created by Walter J Hare to automate the tedious process of making a video compatable with the Raspberry Pi. It can be installed by running the command:
            pip3 install rasptube
        Rasptube runs on Python 3, it also requires that Python Module OS is installed to work.
        
        # Linkgen
        Linkgen generates the link by using the OS Python Module to run the command:
            sudo youtube-dl -g -f 22 "<URL>"
        It requires that you supply the URL of the video as a paramater.
        
Keywords: raspberry pi,compatability,youtube
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires: os
Description-Content-Type: text/markdown
