- Download zip archive from releases page.
- Extract
ImageOverlaydirectory wherever you want. - Done! Open
ImageOverlay.exelocated in app directory. - Optionally create desktop link to executable.
- Create virtual environment and install necessary libs from
requirements.txt. - Build using command
pyinstaller --noconfirm --noconsole --name ImageOverlay main.py
