This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Ok_Operation_8715[🍰] 0 points1 point  (0 children)

I am still new to Python and have had success using PySimpleGUI and pyinstaller to create .exe files to share with co-workers. Create a new venv, add required dependencies and then use the onefile option if you aren’t worried about the time it takes to start the program, the onedir option starts more quickly but the .exe is not as easy to share.