kivy/kivy-designer

Name: kivy-designer

Owner: Kivy

Description: UI designer for Kivy (WIP)

Created: 2012-09-24 23:03:32.0

Updated: 2018-01-18 01:52:46.0

Pushed: 2017-08-11 19:39:49.0

Homepage: https://kivy-designer.readthedocs.io

Size: 1689

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Kivy Designer

WARNING: This project is at an unstable alpha stage and is not yet suitable for general use. Contributions are welcome.

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.

Build Status

Prerequisites
Installation

To install the prerequisites, enter a console (on Windows use kivy.bat in the kivy folder):

pip install -U watchdog pygments docutils jedi gitpython six kivy-garden

or simple run:

pip install -Ur requirements.txt

To install the XPopup enter a console (on Windows use kivy.bat in the kivy folder):

garden install xpopup

With the prerequisites installed, you can use the designer:

git clone http://github.com/kivy/kivy-designer/

or download it manually from https://github.com/kivy/kivy-designer/archive/master.zip and extract to kivy-designer, and then run:

cd kivy-designer
python -m designer

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:

ScreenShot

Support

If you need assistance, you can ask for help on our mailing list:

We also have an IRC channel:

Contributing

We love pull requests and discussing novel ideas. Check out our contribution guide and feel free to improve Kivy Designer.

The following mailing list and IRC channel are used exclusively for discussions about developing the Kivy framework and its sister projects:

IRC channel:

License

Kivy Designer is released under the terms of the MIT License. Please refer to the LICENSE file.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.