0

i'm looking for a solution to convert a normal python file to an executable program for linux, macos, windows, ios, andriod and so on. Is there a way to do this? Best by a piece of python code?

Thank you for your ideas.

jose praveen
  • 1,298
  • 2
  • 10
  • 17
Torge Stehr
  • 15
  • 1
  • 5

1 Answers1

0

There is a tool called pyinstaller you can find here Link with which you can accomplish that.

However, you need to compile it for the different OS after each update.

Also take a look at this thread, where options are explained in more detail and background reading is provided Link

FloLie
  • 1,820
  • 1
  • 7
  • 19