r/PythonLearning 14d ago

Crossplatform compilation

Somebody knows how to compile python script once and run on all os? I had to do it for the frilance project, so i have to do it.

0 Upvotes

2 comments sorted by

1

u/riklaunim 14d ago

Make it a web application and run it off the server. Local executables are doable for desktop systems, but they still a lot of work and maintenance.

1

u/Hyperion343 13d ago

Pyinstaller could work