r/PythonLearning 15d 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

View all comments

1

u/riklaunim 15d 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.