Skip to content

leffsu/Meme-Image-Splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meme Image Splitter

My little half-an-hour-long-development project

How do I use Meme Image Splitter?

Usage: splitter.py [options]

Options:
  -h, --help            show this help message and exit
  -p PATH, --path=PATH  path to file
  -i INITIAL_NAME, --initial_name=INITIAL_NAME
                        initial name
  -t TARGET_NAME, --target_name=TARGET_NAME
                        target name
  -o ORIENTATION, --orientation=ORIENTATION
                        orientation

PATH, INITIAL_NAME, TARGET_NAME are mandatory.

ORIENTATION is optional. By default it will cut vertically.

python splitter.py -p pathToFile -i initialName -t targetName

For example:

python splitter.py -p '/Users/leff/original.png' -i lev -t lv -o v

Original: Original

Result: Result

Dependencies

  • Pillow

Getting Help

To report a specific problem or feature request, open a new issue on Github. For questions, suggestions, or anything else, email me at leff@leff.su or ping me on Telegram t.me/leffsu.

Author

Lev Nazarov - @leffsu on GitHub, @leffsu on Telegram

License

Apache 2.0

Releases

No releases published

Packages

No packages published

Languages