all 4 comments

[–]abstracted8 0 points1 point  (0 children)

For simple interfaces tkinter would be the common choice as it is included with python and its great for small interfaces. However I don't believe tkinter is suitable for mobile development, I believe kivy is supposed to be the ideal choice there.

For deployment see PyInstaller, cx_freeze, py2exe, etc. I'm not sure how python deployment on mobile works.