Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.15 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.15 KB

Sticker Collage Maker

A simple python script to create Telegram sticker collages.

preview

Requirements

If you're running the .exe

ImageMagick (Windows | Mac | Linux)

None of the installer's checkboxes are necessary for this script to work.

If you're running the .py

Python3

Wand (or alternatively, run pip install -r requirements.txt)

ImageMagick (none of the installer's checkboxes are necessary for this script to work.)

Usage

Place the .exe or .py file in the directory you wish to collage, then run it and follow the onscreen instructions.

Notes

Currently the program does not support command line parameters or accessing directories other than the one it's in, but contributions to add this functionality are welcome.