After running my python program a myFile.py file has been created that contains some code. I want my program to not only create myFile.py but also convert it to myFile.exe.
auto-py-to-exe or any alternative that have the same problem isn't a solution because I need to manually select the file that I want to convert in a GUI to convert it, I need my program to convert it.
os.system(your_command_calling_pyinstaller))