Size: 226
Comment: missing edit-log entry for this revision
|
Size: 1569
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
Some available GUI's for Python: | '''Note:''' This section is rather incomplete. Don't be too disappointed if you can't find the information you need and please come back when this Wiki is officially opened. |
Line 3: | Line 3: |
TkInter | '''Todo:''': Would it be useful to have information about the GUIs and development tools in a fixed format to make them more easily comparable (see WebProgrammingTemplate and WebProgrammingTemplateHelp). Some categories: directly supported widgets, addon widgets, layout managers, ... |
Line 5: | Line 5: |
WxWindows | === Some available GUI's for Python: === |
Line 7: | Line 7: |
PyQt | * TkInter * WxPython * PyGtk / PyGnome * PyQt * FlTk * FxPy * AnyGui * [http://www.drizzle.com/~donn/Bethon.html Bethon] (for BeOS) * [http://picogui.org/ PicoGUI] (python library is included in the main release) |
Line 9: | Line 17: |
FlTk | Anyone for a GuiProgrammingShootout? |
Line 11: | Line 19: |
FoxGui | === Some available GUI development tools: === |
Line 13: | Line 21: |
Some available GUI development tools: | || '''IDE''' || '''Target''' || || BoaConstructor || WxPython || || BlackAdder || PyQt || || ["eric"] || PyQt || || PythonWorks || TkInter || || PythonCard || WxPython || || WxDesigner || WxPython || || WxGlade || WxPython || |
Line 15: | Line 30: |
WingIde | (I removed references to IDLE and WingIDE, since they are not GUI development tools. They are Python development tools with a GUI. Not the same thing... Thinki:MaLy ) |
Line 17: | Line 32: |
TkinterIdle | === Links === |
Line 19: | Line 34: |
BoaConstructor | CameronLaird's personal notes on Python GUIs [http://phaseit.net/claird/comp.lang.python/python_GUI.html] includes over 25 links to toolkits and techniques for connecting python with a GUI. |
Line 21: | Line 36: |
BlackAdder PythonWorks PythonCard WxDesigner |
Other places to look are Thinki:PythonGuis at Thinki, and http://sensei.co.il/python/ui.html . |
Note: This section is rather incomplete. Don't be too disappointed if you can't find the information you need and please come back when this Wiki is officially opened.
Todo:: Would it be useful to have information about the GUIs and development tools in a fixed format to make them more easily comparable (see WebProgrammingTemplate and WebProgrammingTemplateHelp). Some categories: directly supported widgets, addon widgets, layout managers, ...
Some available GUI's for Python:
[http://www.drizzle.com/~donn/Bethon.html Bethon] (for BeOS)
[http://picogui.org/ PicoGUI] (python library is included in the main release)
Anyone for a GuiProgrammingShootout?
Some available GUI development tools:
IDE
Target
["eric"]
(I removed references to IDLE and WingIDE, since they are not GUI development tools. They are Python development tools with a GUI. Not the same thing... MaLy )
Links
CameronLaird's personal notes on Python GUIs [http://phaseit.net/claird/comp.lang.python/python_GUI.html] includes over 25 links to toolkits and techniques for connecting python with a GUI.
Other places to look are PythonGuis at Thinki, and http://sensei.co.il/python/ui.html .