kivyEasy Playground

Cross-platform GUI for multi-touch apps (desktop, mobile)

Getting started with kivyRun locally
Install
pip install kivy
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: kivy)

kivy is a third-party package. Cross-platform GUI for multi-touch apps (desktop, mobile). Install with: pip install kivy

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?