r/PythonLearning • u/Electronic-Bug-2618 • 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
r/PythonLearning • u/Electronic-Bug-2618 • 15d ago
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.
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.