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
- Host: GitHub
- URL: https://github.com/m3y54m/kivy-python-gui
- Owner: m3y54m
- License: mit
- Created: 2021-05-22T11:56:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-07T07:19:14.000Z (over 4 years ago)
- Last Synced: 2025-07-08T02:19:14.502Z (12 months ago)
- Topics: cross-platform, desktop-application, gui, kivy, python
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)