Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.46 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.46 KB

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