The next three shots are assorted Python tkinter GUIs running on Android, in the _Pydroid 3_ app: __Frigcal__, __Mergeall__, and a _Programming Python_ book _example_. It's amazing to see desktop GUIs spring to life on a phone like this, though they generally require a few code tweaks to get there, don't support multiple windows very well, and must be run on a freemium app that flashes obnoxious fullscreen ads unless you pay a _fee_. It's worth the modest fee, but the policy comes off as quite rude, especially given that the app is largely a package of open-source code. See this site's Tkinter-on-Android _guide_ for more info. In principle, tkinter could also be bundled into standalone apps, but it's a very deep slog, and requires substantial Java—a punt for now. _