TeleControl how to create an executable file step by step: pip install -r requirements.txt nuitka --onefile --windows-disable-console main.py After that, the main.exe file should be created in the project folder.