kivy-book-examples
kivy-book-examples copied to clipboard
Code Examples from Kivy Interactive Applications in Python
Kivy Book Examples
Kivy: Interactive Applications in Python
Published by PacktPub, paperback and ebook available from Amazon: http://www.amazon.com/exec/obidos/ISBN/1783281596/prod-detail-20/
- Author: Roberto Ulloa
- ISBN: 978-1783281596
- Publisher: Packt Publishing (September 25, 2013)
Notes
These source code examples were downloaded from PacktPub. (direct download link).
I extracted 'Kivy- Interactive Applications in Python.zip' and renamed the directories from '1596OS_XX_code' to 'Chapter_XX_code'. That's it.
The package contained no copyright or license notices.
Included examples
Chapter 1: GUI Basics – Building an Interface
- Chapter_01_code/01 - hello
- Chapter_01_code/02 - hello2
- Chapter_01_code/03 - widgets
- Chapter_01_code/04 - widgets
- Chapter_01_code/05- layouts
- Chapter_01_code/06 - embebbed layout
- Chapter_01_code/07 - project interface
Chapter 2: Graphics – The Canvas
- Chapter_02_code/01 - canvas
- Chapter_02_code/02 - lines
- Chapter_02_code/03 - color and texture
- Chapter_02_code/04 - background and foreground
- Chapter_02_code/05 - transformations
- Chapter_02_code/06 - project
Chapter 3: Widget Events – Binding Actions
Chapter 4: Improving the User Experience
- Chapter_04_code/01 - Screen Manager - Adding Color to our Figures
- Chapter_04_code/02 - Color Control on the canvas - Coloring Figures
- Chapter_04_code/03 - Color Control on the canvas - Coloring Figures
- Chapter_04_code/04 - StencilView - Limiting the Drawing Space
- Chapter_04_code/05 - Scatter - Multi-touching to Drag, Rotate and Scale
- Chapter_04_code/06 - Recording Gestures - Line, Circles and Cross
- Chapter_04_code/07 - Simple Gestures - Drawing with the Finger