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