libtextworker 0.1.4
Cross-platform, free and open library for Python projects
|
libtextworker supports 2 GUI toolkits: Tkinter and wxPython. Tkinter is the Python bindings of Tcl/Tk, and wxPython is the Python version of wxWidgets - an universal solution for cross-platform GUI apps without being different from the current OS's look.
Both 2 platforms are powerful, one factor for this is how you use it.
Toolkit | Installation | The core | Best for... | Limitations |
---|---|---|---|---|
Tkinter | Not from Pypi | Tk toolkit | Python GUI newbies/who want a simple/good interface with themes | Ugly on Linux, some goods are not here yet |
wxPython | Get from Pypi | Win32 API, Cocoa, Gtk, Qt | People who want a more powerful application | Takes time to install + learn |
Notes:
For Tkinter support: it's here as the libtextworker.interface.tk
package.
For wxPython, it's libtextworker.interface.wx
.
The support is not really equal for both GUIs.