Skip to content

rastogiachyut/kivy-designer

 
 

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%