Kivy native GUI examples
Thomas Jollans
tjol at tjol.eu
Mon Jan 7 11:14:23 EST 2019
On 07/01/2019 15.51, Dave wrote:
> I need to select a Python GUI. It needs to cover all of the desktops
> (Linux, Windows, Apple) and hopefully mobile (Android and Ios). I'm
> looking at Kivy, but have yet to find an example app. that has a native
> looking GUI (Windows, Mac, Linux/Gnome/KDE). Is that possible and
> anyone know of some examples?
AFAIK looking like a native app is quite simply not something Kivy helps
you with. If that's important, you should look into other options such
as Qt (PyQt5 or PySide2).
-- Thomas
More information about the Python-list
mailing list