Home > Software engineering >  Can I deploy TKinter apps to MacOS?
Can I deploy TKinter apps to MacOS?

Time:01-22

I want to develop a Windows/macOS app on my Windows machine, I aim to upload the executable file and upload it on the internet so that people with macOS can run it just like on windows. Is that possible?

I tried searching on this topic on the internet and didn't get satisfying results.

CodePudding user response:

I know that iOS prohibits installation of apps from unknown sources unless you use your phone for development or jailbreak the phone. So the question was actually if the same is applied to macOS. I know I can build apps and make executable files, one for each platform. I searched the web for a long time until I found the answer, that yes, I can just make a script and run it on macOS without any complications.

  • Related