Documentation

Documentation

Documentation

Welcome to SimpleKivy

SimpleKivy is an open-source Python library that provides a simplified and intuitive way to build modern, cross-platform GUI applications, harnessing the full graphical power of the Kivy framework.

We recommend that you get started with the installation guide. Then, jump right into the Quickstart Tutorial to see how easy it is to build your first app. If you’re impatient to see code, check out our Examples page or check out projects made with SimpleKivy in our Gallery.

Getting Help

If your question isn’t answered in the documentation, you can:

Don’t forget to leave a star on GitHub if you find this project useful!

Classes

Widgets

In SimpleKivy, widgets are created dynamically by creator functions, which construct the classes depending on creation parameters, besides the regular arguments. Below is a list of currently supported widget creator functions.

This post is licensed under CC BY 4.0 by the author.