Book Image

Kivy Cookbook

By : Hugo Solis
Book Image

Kivy Cookbook

By: Hugo Solis

Overview of this book

Table of Contents (16 chapters)
Kivy Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 1. Kivy and the Kv Language

In this first chapter, we will cover the following recipes:

  • Installing Kivy

  • Building your interfaces

  • Declaring properties within a class

  • Relating the Python code and the Kv language

  • Referencing widgets

  • Accessing widgets defined inside the Kv language in your Python code

  • Reusing styles in multiple widgets

  • Designing with the Kv language

  • Running your code

  • Using Kivy garden