#!/usr/bin/env bash source venv/bin/activate pyinstaller --onefile --hidden-import=PIL --hidden-import=PIL._tkinter_finder main.py