Install python3 from https://www.python.org/
Install the required python modules with pip3 install -r requirements-build.txt
Change directory into sticker_convert
directory and run python3 ./main.py
This repository uses pyinstaller
for compiling. Install with pip3 install pyinstaller
- Run
pyinstaller sticker_convert.spec
- Compilation result in
dist
directory
- Run
pyinstaller sticker_convert.spec
- Compilation result in
dist
directory
- Use Ubuntu 20.04 (May work on newer version if you change
sourceline
inAppImageBuilder.yml
) - Install appimage-builder
wget -O appimage-builder-x86_64.AppImage https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.1.0/appimage-builder-1.1.0-x86_64.AppImage
chmod +x appimage-builder-x86_64.AppImage
sudo mv appimage-builder-x86_64.AppImage /usr/local/bin/appimage-builder
- Clone this repository
- Run
appimage-builder
inside the directory containingAppImageBuilder.yml
- If successful,
sticker-convert-latest-x86_64.AppImage
should be created
- To build wheel
pip -m build .
- To install wheel
pip install dist/sticker_convert-xxx.whl