Kivy Course - Create Python Games and Mobile Apps

In this Kivy tutorial, you will learn to create games and applications with Python for every platform (Windows, Mac, iOS, Android). First you will learn how to use the Kivy library. You will create graphical user interfaces with buttons, labels, and images. You will learn how to implement many kinds of layouts to create interfaces that can adapt to every screen size from desktop to mobile. Then you will create a full game with Kivy and Python. The GALAXY project is a perspective game where you need to keep your spaceship on the track. ✏️ Course developed by Jonathan Roux. Check out his channel: 💻 Source code and resources files: 🕹 Try GALAXY on your mobile: ⭐️ Course Contents ⭐️ Introduction 0:00:00 Introduction 0:02:03 The GUI libraries with Python (tkinter, QT, pygame...) 0:02:44 The course curriculum 0:03:37 Prerequisites Setup 0:04:09 Project creation and installation of K
Back to Top