Simple site to generate I_Animate_Ponymotes style animations.
- helper.py Python script to break down the CSS from /r/mylittlepony into ponydict.js and download all the emotes into ponymotes/.
Steps to update the ponymotes used:
- Check out this repo.
- virtualenv env # Create a virtual Python environment to install libraries.
- pip install Pillow # Fork of PIL, used to slice apart spritesheets.
- ./helper.py # This updates the dictionary, and creates the images.
- Commit, and send a pull request.