个人工具

“UbuntuHelp:PythonCard”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/PythonCard}}
 
{{From|https://help.ubuntu.com/community/PythonCard}}
 
{{Languages|UbuntuHelp:PythonCard}}
 
{{Languages|UbuntuHelp:PythonCard}}
Parent: [[UbuntuHelp:ProgrammingPython]] [[UbuntuHelp:/PageDiscussion|Discuss this page|/PageDiscussion|Discuss this page]]
+
Parent: [[UbuntuHelp:ProgrammingPython]] [[UbuntuHelp:PythonCard/PageDiscussion|Discuss this page]]
 
== Introduction ==
 
== Introduction ==
 
PythonCard is a GUI construction kit for building cross-platform desktop applications, using the Python language.
 
PythonCard is a GUI construction kit for building cross-platform desktop applications, using the Python language.

2009年5月14日 (四) 17:22的版本

Parent: UbuntuHelp:ProgrammingPython Discuss this page

Introduction

PythonCard is a GUI construction kit for building cross-platform desktop applications, using the Python language. Inspired by Apple's Hyper``Card, it is simple, yet powerful. It is ideal for those who want to develop graphical applications quickly and easily with a minimum of effort and coding. PythonCard uses wxPython. If you are already familiar with wxPython, just think of PythonCard as a simpler way of doing wxPython programs with a whole lot of samples and tools already in place for you to copy and subclass and tools to help you build cross-platform applications. PythonCard is being developed under the terms of a BSD-style license.

Installation

PythonCard can be found at the Ubuntu Universe repository, so you can simply install package pythoncard from the Universe repository using your favorite method. If you need help about installing a package read the following InstallingSoftware.

Links

At the home page of the project, you can find a documentation and wiki about PythonCard.