Table Of Contents
Diving in¶
To get straight into kivy, take a look at Welcome to Kivy.
Kivy comes with a set of Examples in the kivy_installation/examples
directory. You should try modifying/improving/adapting them to your needs.
Browse our wiki for info on related projects, tutorials and snippets.
Understand the basics about kivy graphics
.
Take a look at the built-in widgets
.
Follow the Programming Guide to get even more familiar with kivy.
See how to use different Modules
in the modules section,
such as the Inspector
for live inspection.
Learn how to handle custom Input
.
See how kivy has been extended with extensions
support.
Familiarize yourself with the kivy framework
.
Kivy is open source, so you can contribute. Take a look at the Contributing section for guidelines.