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.
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.
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