Simple GUI to convert common image files to AVIF. Drag and drop supported.
- python -m venv venv
- venv\Scripts\activate
- pip install -r requirements.txt
- python converter.py
Release: https://github.com/lyndon025/convert2avif/releases
- pip install pyinstaller
- pyinstaller --onefile --windowed --name convert2avif --icon convert2avif.ico --hidden-import pillow_avif --collect-data pillow_avif --collect-all tkinterdnd2 --add-data "convert2avif.ico;." converter.py
- EXE in dist\converter.exe