Metadata-Version: 1.1
Name: songvid
Version: 1.0.1
Summary: A tool to create a video with a still image and a given audio track
Home-page: https://github.com/blha303/songvid/
Author: Steven Smith
Author-email: stevensmith.ome@gmail.com
License: MIT
Description: songvid
        =======
        
        A tool to create a video with a still image and a given audio track
        
        Usage
        -----
        
        ::
        
            usage: songvid [-h] image audio
        
            positional arguments:
              image       Image filename
              audio       Audio filename
        
            optional arguments:
              -h, --help  show this help message and exit
        
        Installation
        ------------
        
        Via ``pip``:
        
        ::
        
            pip3 install songvid
        
        Alternatively:
        
        -  Clone the repository, ``cd songvid``
        -  Run ``python3 setup.py install`` or ``pip3 install -e``
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Multimedia :: Sound/Audio
