Kivy Studio Designer is Kivy's tool for designing graphical user interfaces (GUIs) from Kivy Widgets. You can compose and customize widgets, and test them. It is completely written in Python using Kivy.
Original project -> http://github.com/kivy/kivy-designer/
To install the prerequisites, run:
pip install -r requirements.txt
With the prerequisites installed, you can use the designer:
git clone https://github.com/SrGambiarra/KivyStudioDesigner/
or download it manually from https://github.com/SrGambiarra/KivyStudioDesigner/archive/refs/heads/main.zip
On OS X you might need to use the kivy
command instead of python
if you are using our portable package.
If you're successful, you'll see something like this:
Kivy Studio Designer is released under the terms of the MIT License. Please refer to the LICENSE file.
Usefull extensions of the kivy.uix.popup.Popup
class.
Refactored copy of https://github.com/kivy-garden/garden.xpopup
-
XPopup
- extension for the :class:~kivy.uix.popup.Popup
. Implements methods for limiting minimum size of the popup and fit popup to the app's window. For more information, seexpopup.py
. -
Just watch the video: https://youtu.be/UX8gCyEg2J8