Skip to content
This repository was archived by the owner on Mar 3, 2020. It is now read-only.

kivy/kivy-designer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2034318 · Mar 2, 2020
May 22, 2018
Jun 14, 2017
Mar 2, 2020
Oct 2, 2016
Oct 2, 2016
Jan 12, 2016
Jun 14, 2017
Aug 11, 2017
Oct 14, 2015
Aug 27, 2018
Oct 2, 2016
Jan 17, 2016
Oct 14, 2015
Oct 2, 2016

Repository files navigation

Kivy Designer

WARNING: This project is at an unstable alpha stage and is not yet suitable for general use. There is no current plan for continuing the development of Kivy Designer. The repository has been archived, please contact us if you intend to maintain the project.

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:

  • Server : irc.freenode.net
  • Port : 6667, 6697 (SSL only)
  • Channel : #kivy

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:

  • Server : irc.freenode.net
  • Port : 6667, 6697 (SSL only)
  • Channel : #kivy-dev

License

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