StickerPack Maker is a Python-powered tool that allows users to easily create sticker packs for Telegram and WhatsApp. This tool simplifies the process by automating image processing, resizing, and embedding metadata such as the package name and creator's name. The tool also packages the stickers into a ZIP file, ready for upload.
-
Automatic Sticker Pack Creation
Simply provide a folder of images, and the tool will handle the conversion, cropping, and resizing to meet Telegram/WhatsApp sticker requirements. -
Metadata Embedding
Add package name, description, and creator's name to personalize your sticker pack. -
Automatic Format Conversion
Supports conversion from popular image formats (JPG, PNG) to WebP, the standard for Telegram and WhatsApp stickers. -
ZIP Packaging
Automatically compresses all processed stickers and metadata into a ZIP file, ready for upload to platforms.
-
Clone this repository or download the script:
git clone https://github.com/Jenderal92/Sticker-Maker.git cd Sticker-Maker
-
Install the required dependencies:
pip install pillow pywebp
- Prepare a folder containing the images you want to use as stickers.
- Run the script using the following command:
python sticker_maker.py
- Follow the prompts in the terminal:
- Enter the folder path containing your images.
- Specify a name for your sticker package.
- Provide your name as the author.
- Once the process is complete, a ZIP file containing your stickers and metadata will be available in the output directory.