Skip to content

Create Whatsapp and iMessage stickers packs automatically

License

Notifications You must be signed in to change notification settings

la-lo-go/images-2-stickers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Images 2 Stickers

Using Python and the .wastickers compressed files format by Viko & Co. convert images to stickers packs for Whatsapp and iMessage.

Prerequisites

  1. Python 3+
  2. Sticker Maker app (Download: iOS/Android)

Steps

  1. Clone (or download) the repository:

    git clone https://github.com/la-lo-go/images-2-stickers
  2. Install the packages:

    python -m pip install -r requirements.txt

How to use the program

  1. Into the input folder copy all the images you want to convert (3 minimum) and an icon image as icon.png or icon.jpg.

  2. Run the main.py file

    python main.py
  3. Input the name of the sticker package and the author.

  4. Transfer the .wastickers files to your phone.

  5. Open the files with the Sticker Maker app and add them to Whatsapp.

Roadmap

  • Automatically create multiple packs with just one click regardless of the number of photos.
  • Create different packs based on the files organization.
  • Add .gif support.

License

Mozilla Public License 2.0

License: MPL 2.0