This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ʘ‿ʘ | |
Innocent face | |
ಠ_ಠ | |
Reddit disapproval face | |
(╯°□°)╯︵ ┻━┻ | |
Table Flip / Flipping Table | |
┬─┬ ノ( ゜-゜ノ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# install imagesize: pip install imagesize pyyaml | |
__author__ = 'Olivier Pieters' | |
__author_email__ = '[email protected]' | |
__license__ = 'BSD-3-Clause' | |
import yaml, imagesize | |
from os import listdir, rename |