~ Benoît Rvier.fr

About Kivy

When I talk to developers around me, I rarely meet one who knows the Kivy framework.

So let's talk about it.

Kivy is a cross-platform Python GUI framework. It can run on Android, iOS, Linux, macOS, and Windows. It is easy to use and fast and licensed under the MIT license.

Advantages

The main advantages of Kivy are:

Of course, being a cross-platform language means the UX is not native, and that's not always a problem. As a developer, I've built many mobile apps with Kivy, some with complex features that are easy to manage with Kivy, like:

Example

A great example is an app I made years ago that gathers data from a Bluetooth medical device and use them to predict bad events for the patient. And machine learning runs locally on the user's mobile phone, data stay private.

ChronoMonitoring