FattView/freeze.py
#!/usr/bin/env python3 import os os.system("pyinstaller -w -i icon.ico fattview.py")