Skip to content

kived/kivy-designer

This branch is 265 commits behind kivy/kivy-designer:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2b584a1 · May 16, 2015
May 16, 2015
May 16, 2015
May 15, 2015
Sep 25, 2012
Aug 1, 2013
May 10, 2015
Mar 25, 2015
Jun 23, 2014
Sep 18, 2013
Sep 17, 2013
Sep 20, 2013
Feb 20, 2014

Repository files navigation

Kivy Designer

WARNING:: This software was part of GSOC 2013, and is searching for a maintainer.

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.

Prerequisites

Installation

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

pip install watchdog
pip install pygments
pip install docutils

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

pip install kivy-garden
garden install filebrowser

With the prerequisites installed, you can use the designer:

git clone http://github.com/kivy/kivy-designer/
cd kivy-designer
python main.py

without git download, extract and execute main.py: https://github.com/kivy/kivy-designer/archive/master.zip

On OS X you might need to use kivy command instead of Python if you are using our portable package.

If you're successful, you'll see something like this:

ScreenShot

About

UI Designer for Kivy (WIP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Makefile 0.2%