This repo was set up to demonstrate how to build, share, and package a kivy python project using pipenv for package management and pyinstaller for bundling. It is using the basic kivy pong tutorial ...
You know a bit of Python programming. This tutorial is done on Windows 7, Kivy 1.8.0, Python 3.3. Probably applies to other platforms/versions though. I am not a Kivy expert yet. These are my notes, ...
Short Bytes: Have you ever wanted to create an app that can be used on PC, and OS X without the extra effort? What about Android and iOS? Kivy allows you do that with many additional features such as ...