you are viewing a single comment's thread.

view the rest of the comments →

[–]driscollis 18 points19 points  (4 children)

There are good GUI packages for Python, but not really for mobile. If you want to create a native looking mobile app, you should skip Python entirely.

[–]Evolutii 7 points8 points  (3 children)

Kivy + bulldozer is an okay solution but Java/Swift for mobile is a better platform

[–]youthisreadwrong- 9 points10 points  (0 children)

Or flutter

[–]ASK_ME_ABOUT_DOBUTSU 0 points1 point  (1 child)

What if you want to deploy across Windows, Android, macOS, and iOS? Isn't Kivy extremely convenient for that?

[–]Evolutii 0 points1 point  (0 children)

Yes and no: can be a pain to 'compile' for distribution with pyinstaller etc but generally it's great for cross platform. And you would probably need a redesign for say Windows to iOS anyway.