To create EXE for production in Windows, type the following command into Windows Powershell:
pyinstaller Ground_Station.spec
The backup command is:
pyinstaller --onefile -w -i "assets/satellite.ico" Ground_Station.py
This note is for downlink mission implementation.
How to run a long running process alongside Tkinter GUI: here