If you want the icon to show up on your EXE icon, like on your shortcut/desktop, then you'll need to pass that icon to PyInstaller. The psgcompiler GUI front-end to PyInstaller has a field to indicate this icon: Here's a program with your icon converted to Base64: import PySimpleG...