mirror of
https://github.com/stepsal/batch_wordpad_glitch.git
synced 2026-08-20 20:45:33 +00:00
Wordpad Glitch written in Python
- Python 100%
|
|
||
|---|---|---|
| .gitignore | ||
| README | ||
| README.md | ||
| requirements.txt | ||
| setup.py | ||
| wordpad_glitch.py | ||
batch_wordpad_glitch
Batch Wordpad Glitch processer written in Python. Tested with python3. Should work with python2 as well.
Install
Currently the project cannot be installed from pypi, in the interim you can install it directly using git.
pip install -e git+https://github.com/justinfay/batch_wordpad_glitch#egg=wordpad_glitch
Usage
usage: wordpadglitch [-h] [-i INPUTDIR] [-o OUTPUTDIR] [-r ROTATE]
Batch Wordpad Glitch
optional arguments:
-h, --help show this help message and exit
-i INPUTDIR, --input INPUTDIR
input dir of source images
-o OUTPUTDIR, --output OUTPUTDIR
ouput dir of glitched images
-r ROTATE, --rotate ROTATE
Rotate the input images before glitching.. values 90,
180, 270, ALL
Big ups to Justin Fay for figuring out a very clever way of doing this.