Registered by Cristian

Squishy is a markup language to quickly create GUI objects in Python with Tkinter. Events are handled with on* attributes, similar to HTML.

Learning a GUI framework is a long, tedious process. Squishy tries to make GUI development in Python much faster so you can present end users with an intuitive frontend. A common impedance in creating GUI applications is registering events with the GUI elements. Squishy uses an approach similar to HTML where you specify event attributes such as onclick and provide the function you would like called.

Currently, Squishy is focused on making GUI applications with Python's Tkinter but there are plans to expand to use other libraries like wxPython or PyGTK.

Project information

Maintainer:
Cristian
Driver:
Cristian
Licence:
GNU LGPL v3

RDF metadata

View full history Series and milestones

trunk series is the current focus of development.

All code Code

Version control system:
Bazaar
Programming languages:
Python

All bugs Latest bugs reported

Get Involved

Downloads

Latest version is 0.0.2
released

All downloads

Announcements

  • Version 0.0.2 Released on 2008-09-16
    I've added several new and essential elements to Squishy such as buttons, men...
  • Squishy Started! on 2008-09-11
    The beginnings of Squishy are up and working. Well, all you can do is create ...