4 ms·
Kivy: https://kivy.org https://kivy.org Write your app in pure Python. Deploy on desktops and mobile devices. The main disadvantage is that it does not use th
by zedr 6y ago
Kivy: https://kivy.org https://kivy.org
Write your app in pure Python. Deploy on desktops and mobile devices.
The main disadvantage is that it does not use the native widget toolkit, although there are projects like KivyMD that attempt to replicate the native look and feel by theming the UI.
- gridlockd 6y agoWhat is "the" native widget toolkit supposed to be? As far as I see it, it doesn't exist, on any platform. Every operating system has multiple drawing APIs and multiple frameworks that build on them. The HTML engines are just another framework.