StickerFastWA
Python multilanguage desktop application to create WhatsApp sticker packs \ Aplicación de escritorio para hacer packs de stickers de Whatsapp de manera rápida
Install / Use
/learn @FelipeGCx/StickerFastWAREADME
StickerFast WA
StickerFast WA is a desktop app to make sticker packs for Whatsapp, it's built in python using pywebview
- state: "Development"
- python version: Python 3.10.4
- built on the OS: Linux Ubuntu
If you liked this project give me a star
⚠ Currently have problems with GUI, you can use the tests to create your packs
ℹ️ Notes
- Currently the wemoji packs are invalid (I'm work to fix it)
- Some animated stickers after processing exceed the 500kb allowed, while I find a solution I suggest to unzip the final package, optimize the stickers that exceed the size in ezgif and reinsert them.
🚀 Getting started
Install virtual enviroment if you don't have one
pip install virtualenv
Create your virtual enviroment
virtualenv venv -p python3
Init your virtual enviroment
source venv/bin/activate
Install the requirement.txt
pip install -r requirements.txt
Run the app
python3 src/app.py
