Getting Started

Introduction

base_kivy_app contains a base for a kivy app that allows user configuration of the app, provides flat widgets, and provides a easy way to run the app.

Usage

To use base_kivy_app, you first need to install it, see Installation.

After it’s installed, it can be used like any python library. See base_kivy_app Examples for examples on how to use it. Complete API documentation is at The base_kivy_app API.