mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
6492f3715f
PR: 48167 Submitted by: tadalunch@sources.redhat.com
24 lines
883 B
Plaintext
24 lines
883 B
Plaintext
From the README:
|
|
Anygui is a generic package which functions as a "front-end" to various
|
|
existing GUI packages for Python, presenting a simple, unified API for
|
|
writing GUI applications.
|
|
|
|
Python currently lacks a single, standard, cross-platform GUI toolkit.
|
|
Anygui aims to solve this problem by providing generic access to several
|
|
popular toolkits through one simple API, making it possible to write GUI
|
|
applications that work with all these toolkits.
|
|
|
|
To use this port, you will also need to have at least one of the following
|
|
Python GUI toolkits installed:
|
|
- Tkinter (x11-toolkits/py-tkinter)
|
|
- wxPython (x11-toolkits/py-wxPython)
|
|
- PyGTK (x11-toolkits/py-gtk)
|
|
|
|
(Anygui also supports further toolkits which are not currently relevant to
|
|
FreeBSD.)
|
|
|
|
Author: Magnus Lie Hetland <magnus@hetland.org>
|
|
WWW: http://anygui.sourceforge.net/
|
|
|
|
-- Johann Visagie <wjv@FreeBSD.org>
|