pyxforms/README.md

33 lines
1013 B
Markdown
Raw Permalink Normal View History

2024-06-03 21:01:48 +00:00
This is the 0.3 Alpha release pf pyxform, my interface between Python
2024-05-31 21:08:32 +00:00
And The XForms library.
You need:
A standard Unix, whit X-window, and Xpm library
I only tested it under Linux (it used to be a Slackware 3.0 ELF), but
should do well under anything XForms and Python work.
2024-06-03 21:01:48 +00:00
XForms 1.24 or later
2024-05-31 21:08:32 +00:00
It's a free-for-non-commercial-use Widget library for X11
you can get it at:
2024-06-03 21:01:48 +00:00
http://xforms-toolkit.org
2024-05-31 21:08:32 +00:00
2024-06-03 21:01:48 +00:00
Python 3.8 or later
2024-05-31 21:08:32 +00:00
It's a beautiful ,free, language.
Get it from
http://www.python.org
It's still fairly incomplete, mainly because of lack of free time, but it
is functional.
2024-06-03 21:07:23 +00:00
Also, it only covers the functionality of XForms 0.8, any new widgets or
methods added after that are not wrapped.
2024-05-31 21:08:32 +00:00
I tried to provide the easiest possible way to make a GUI for python under
UNIX, and think it's ready to be seen.
Sadly, there are no docs, yet, but the examples should be enough to get a
taste of the module, and the source should be readable.
2024-06-03 21:01:48 +00:00
BTW: If anyone likes it, email me at roberto.alsina@gmail.com