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
# Chinese Minimal Pairs in Different HSK Levels | |
https://en.wikipedia.org/wiki/Minimal_pair | |
## HSK 1 | |
-- | |
## HSK 2 |
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 python3 | |
# encoding: utf8 | |
''' | |
Combine multiple images into one. | |
Forked from Gert Lombard. | |
To install the Pillow and Docopt module on Mac OS X: | |
$ xcode-select --install | |
$ brew install libtiff libjpeg webp little-cms2 |