An open API service indexing awesome lists of open source software.

https://github.com/zoomten/py-memebot

shitpost generator using moviepy
https://github.com/zoomten/py-memebot

Last synced: 12 months ago
JSON representation

shitpost generator using moviepy

Awesome Lists containing this project

README

          

## what

python script to make some dank memes

wip

## install

* python 3
* pillow (pil)
* moviepy
* scikit-image

## how

install those with `pip install` then try running them with the demos here

## demos
* impactfont.mp4: `memebot.py impactfont -t "THERE IS NO MEME" -b "RUN" input.mp4 impactfont.mp4`
* demotivational.mp4: `memebot.py demotivational -t "round spheal" -b "he" -i input.jpg demotivational.mp4`
* hypercam.mp4: `memebot.py hypercam input.mp4 hypercam.mp4`
* jpegify.mp4 (slow): `memebot.py jpegify input.mp4 jpegify.mp4`
* deepfry.mp4 (does not include earrape, even slower than jpegify): `memebot.py deepfry input.mp4 jpegify.mp4`
* deepfry+earrape.mp4: `memebot.py deepfry input.mp4 tmp.mp4 && memebot.py earrape tmp.mp4 deepfry+earrape.mp4 && rm tmp.mp4`