An open API service indexing awesome lists of open source software.

https://github.com/m3y54m/kivy-python-gui

A getting started project for GUI design using Kivy in Python
https://github.com/m3y54m/kivy-python-gui

cross-platform desktop-application gui kivy python

Last synced: about 1 month ago
JSON representation

A getting started project for GUI design using Kivy in Python

Awesome Lists containing this project

README

          

# Python + Kivy GUI

A simple GUI for Python applications using Kivy

## Install dependencies

```console
pip install -r requirements.txt
```

## Tutorials

- [Simple Python App with Kivy - Step by Step GUI Tutorial](https://youtu.be/YDp73WjNISc)
- [The kv Design Language](https://www.techwithtim.net/tutorials/kivy-tutorial/the-kv-design-language-kv-file/)
- [Kivy Language](https://kivy.org/doc/stable/api-kivy.lang.html)