pkg update && pkg upgrade -y
pkg install python -y
- Install dependency native untuk Pillow
pkg install clang libjpeg-turbo libjpeg-turbo-static freetype freetype-static libpng libpng-static -y
- Set environment agar build library sukses
export LDFLAGS="-L/data/data/com.termux/files/usr/lib"
export CFLAGS="-I/data/data/com.termux/files/usr/include"
pip install qrcode[pil]
pkg install git -y
git clone https://github.com/topibajaa/qriskonverter.git
cd qriskonverter
python qris.py