Kivy crash course 1: Making a simple App

Update: I started writing these tutorials up as standalone blog posts covering the same topics. You can find this one at Kivy [1] is a cross-platform graphical framework for python. One of its great advantages is that you can easily run a kivy app on android or ios, or even devices like the raspberry pi! This video is a super-fast introduction to writing a simple kivy app, starting from nothing at all and finishing with multiple kivy widgets that you can drag, rotate and scale. [1]: #home Button documentation: Scatter documentation: FloatLayout documentation: Label:
Back to Top