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 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.
pip install virtualenv
virtualenv venv -p python3
source venv/bin/activate
pip install -r requirements.txt
python3 src/app.py