个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/PythonCard}} {{Languages|UbuntuHelp:PythonCard}} == Introduction == PythonCard is a GUI construction kit for building cross-platform desktop ap...)
 
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/PythonCard}}
 
{{From|https://help.ubuntu.com/community/PythonCard}}
 
{{Languages|UbuntuHelp:PythonCard}}
 
{{Languages|UbuntuHelp:PythonCard}}
 
 
 
== 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.
 
 
Inspired by Apple's HyperCard, 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.
 
Inspired by Apple's HyperCard, 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 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.
 
PythonCard is being developed under the terms of a BSD-style license.
 
 
== Installation ==
 
== 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.
 
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 ==
 
== Links ==
 
 
At the [http://pythoncard.sourceforge.net/index.html home page]  of the project, you can find a documentation and wiki about PythonCard.
 
At the [http://pythoncard.sourceforge.net/index.html home page]  of the project, you can find a documentation and wiki about PythonCard.
 
 
----
 
----
 
[[category:CategoryDocumentation]]
 
[[category:CategoryDocumentation]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2007年11月30日 (五) 21:10的版本

Introduction

PythonCard is a GUI construction kit for building cross-platform desktop applications, using the Python language. Inspired by Apple's HyperCard, 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.