您的位置:首页 > 移动开发

A framework for Python applications with graphical user interfaces.

2012-04-07 10:56 501 查看
A framework for Python applications with graphical user interfaces.

一个Python GUI应用的框架

Introduction

介绍

http://www.async.com.br/projects/kiwi/



Kiwi consists of a set of classes and wrappers for PyGTK that were developed to provide a sort of framework for applications. Fully object-oriented, and roughly Smalltalk's MVC, Kiwi provides a simple, practical way to build forms, windows and widgets that
transparently access and display your object data. Kiwi was primarily designed to make implementing the UI for Stoq easier, and it is released under the LGPL. Kiwi is inspired by Allen Holub's Visual Proxy.

Kiwi由一组类及PyGTK的包装组成。

Kiwi is a framework and a set of enhanced PyGTK widgets designed to make building programs with graphical interfaces both easy to write and easy to maintain. Kiwi is pure Python and should work cross-platform, but is developed on Python 2.4, Linux ix86.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐