Skip to content

StickerPack Maker is a Python-powered tool that allows users to easily create sticker packs for Telegram and WhatsApp

Notifications You must be signed in to change notification settings

Jenderal92/Sticker-Maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

StickerPack Maker

Sticker-Maker Jenderal92

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.

Features

  1. 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.

  2. Metadata Embedding
    Add package name, description, and creator's name to personalize your sticker pack.

  3. Automatic Format Conversion
    Supports conversion from popular image formats (JPG, PNG) to WebP, the standard for Telegram and WhatsApp stickers.

  4. ZIP Packaging
    Automatically compresses all processed stickers and metadata into a ZIP file, ready for upload to platforms.

Requirements

  • Python Version: Python 2.7 or higher (tested on Python 3.9)
  • Libraries:

Installation

  1. Clone this repository or download the script:

    git clone https://github.com/Jenderal92/Sticker-Maker.git
    cd Sticker-Maker
  2. Install the required dependencies:

    pip install pillow pywebp

Usage

  1. Prepare a folder containing the images you want to use as stickers.
  2. Run the script using the following command:
    python sticker_maker.py
  3. 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.
  4. Once the process is complete, a ZIP file containing your stickers and metadata will be available in the output directory.

About

StickerPack Maker is a Python-powered tool that allows users to easily create sticker packs for Telegram and WhatsApp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages