Metadata-Version: 2.1
Name: MeleeUploader
Version: 1.4.2
Summary: A YouTube Uploader with Super Smash Bros. Melee in mind
Home-page: https://github.com/NikhilNarayana/Melee-YouTube-Uploader
Author: Nikhil Narayana
Author-email: nikhil.narayana@live.com
License: GNU Public License v3.0
Description: # Melee-YouTube-Uploader
        A YouTube Uploader for my Melee recordings
        
        A modified version of FRC-YouTube-Uploader for Super Smash Bros. Melee.
        
        ## To Do
        * Automate creation of thumbnails
        * Automate file picking
        * Clean up the interface
        * Update this README even more
        
        
        ## Contributing
        PRs are appreciated and will be reviewed quickly, the only code quality standard I have is to follow PEP8 standard except for the line length. If you have trouble understanding my code just ask me.
        
        ## Current Feature Set:
        * Upload Videos
        * Queue and Dequeue Videos to Upload
        * Adds a lot of relevant tags
        * Adds to a YouTube Playlist
        * Saves and loads form values
        
        ## How to Setup
        1. Install [Python 3.7.1](https://www.python.org/downloads/release/python-371/) for your OS with the PATH added and make sure there are no other versions of Python 3.
        2. Install the program with `pip3 install -U meleeuploader`. If you want untested features you can download the repo and install with `pip3 install -U /path/to/repo`
        3. Start the program by running `meleeuploader`.
        4. Add in the necessary info in the Event Values and Match Values tabs
        5. Hit submit every time a match finishes.
        6. Update forms with the next match's info.
        7. Enjoy not having to deal with YouTube's front end 🎉.
        
Keywords: smash melee youtube uploader
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Requires-Python: ~=3.5
Description-Content-Type: text/markdown
