WARNING::This is Alpha grade software, don't blame us if it eats your kittens
Kivy 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.
Prequisites:
- Kivy 1.8+
- The following Python modules (available via pip)
- watchdog, http://pythonhosted.org/watchdog/
- pygments
- docutils
- The FileBrowser widget from the Kivy garden
To install the FileBrowser:
pip install kivy-garden
garden install filebrowser
With the prequisites installed, you can use the designer:
git clone http://github.com/kivy/kivy-designer/
cd kivy-designer
python main.py
On OsX you might need to use kivy
command insteaad of Python
if you are using our portable package.