|
9
|
|
edited Sep 21 '08 at 11:47
|
First you will need some GUI library with Python bindings and then (if you want) some program that will convert your python scripts into standalone executables.
Cross-platform GUI libraries with Python bindings (Windows, Linux, Mac)
Of course, there are many, but the most popular that I've seen in wild are:
- Tkinter - based on Tk GUI toolkit (de-facto standard GUI library for python, free for commercial projects)
- WxPython - based on WxWidgets (very popular, free for commercial projects)
- PyQt - based on Qt (also very popular and more stable than WxWidgets but costly license for commercial projects)
Complete list is at http://wiki.python.org/moin/GuiProgramming
Single executable (Windows)
Single executable (Linux)
- Freeze - works the same way like py2exe but targets Linux platform
Single executable (Mac)
- py2app - again, works like py2exe but targets Mac OS
|
|
|
|
8
|
|
edited Sep 11 '08 at 8:52
|
Your question has really two parts... First you will need some GUI library with Python bindings and then (if you want) some program that will convert your python scripts into standalone executables.
Cross-platform GUI libraries with Python bindings (Windows, Linux, Mac)
Of course, there are many, but the most popular that I've seen in wild are:
- Tkinter - based on Tk GUI toolkit (de-facto standard GUI library for python, free for commercial projects)
- WxPython - based on WxWidgets (very popular, free for commercial projects)
- PyQt - based on Qt (also very popular and more stable than WxWidgets but costly license for commercial projects)
Complete list is at http://wiki.python.org/moin/GuiProgramming
Single executable (Windows)
- py2exe - Probably the most popular out there (there is one more that is good too but can't recall its name)
Single executable (Linux)
- Freeze - works the same way like py2exe but targets Linux platform
Single executable (Mac)
- py2app - again, works like py2exe but targets Mac OS
|
|
|
| |
|
Post Made Community Wiki by Community♦
|
occurred Sep 11 '08 at 8:52
|
|
|
|
|
|
7
|
|
edited Aug 5 '08 at 23:13
|
Your question has really two parts...
First you will need some GUI library with Python bindings and then (if you want) some program that will convert your python scripts into standalone executables.
Cross-platform GUI libraries with Python bindings (Windows, Linux, Mac)
Of course, there are many, but the most popular that I've seen in wild are:
- Tkinter - based on Tk GUI toolkit (de-facto standard GUI library for python, free for commercial projects)
- WxPython - based on WxWidgets (very popular, free to also for commercial projects)
- PyQt - based on Qt (also very popular and more stable than WxWidgets but costly license for commercial projects)
Complete list is at http://wiki.python.org/moin/GuiProgramming
Single executable (Windows)
- py2exe - Probably the most popular out there (there is one more that is good too but can't recall its name)
Single executable (Linux)
- Freeze - works the same way like py2exe but targets Linux platform
Single executable (Mac)
- py2app - again, works like py2exe but targets Mac OS
|
|
|
|
6
|
|
edited Aug 5 '08 at 23:04
|
Your question has really two parts...
First you will need some GUI library with Python bindings and then (if you want) some program that will convert your python scripts into standalone executables.
Cross-platform GUI libraries with Python bindings (Windows, Linux, Mac)
Of course, there are many, but the most popular that I've seen in wild are:
- Tkinter - based on Tk GUI toolkit (de-facto standard GUI library for python)
- WxPython - based on WxWidgets (very popular, free to also for commercial projects)
- PyQt - based on Qt (also very popular and more stable than WxWidgets but costly license for commercial projects)
Complete list is at http://wiki.python.org/moin/GuiProgramming
Single executable (Windows)
- py2exe - Probably the most popular out there (there is one more that is good too but can't recall its name)
Single executable (Linux)
- Freeze - Works works the same way like py2exe but targets Linux platform
Single executable (Mac)
there is one for sure
- py2app - again, works like py2exe but targets Mac OS
|
|
|
|
5
|
|
edited Aug 5 '08 at 23:00
|
Your question has really two parts...
First you will need some GUI library with Python bindings and then (if you want) some program that will convert your python scripts into standalone executables.
Cross-platform GUI libraries with Python bindings (Windows, Linux, Mac)
Of course, there are many, but the most popular that I've seen in wild are:
- Tkinter - based on Tk GUI toolkit (de-facto standard GUI library for python)
- WxPython - based on WxWidgets (very popular, free to also for commercial projects)
- PyQt - based on Qt (also very popular and more stable than WxWidgets but costly license for commercial projects)
Complete list is at http://wiki.python.org/moin/GuiProgramming
Single executable (Windows)
- py2exe - Probably the most popular out there (there is one more that is good too but can't recall its name)
Single executable (Linux)
- Freeze - Works the same way like py2exe but targets Linux platform
Single executable (Mac)
there is one for sure
|
|
|
|
4
|
|
edited Aug 5 '08 at 22:53
|
Your question has really two parts...
First you will need some GUI library with Python bindings and then (if you want) some program that will convert your python scripts into standalone executables.
Cross-platform GUI libraries with Python bindings (Windows, Linux, Mac)
Of course, there are many, but the most popular that I've seen in wild are:
- WxPython - based on WxWidgets (very popular, free to also for commercial projects)
- PyQt - based on Qt (also very popular and more stable than WxWidgets but costly license for commercial projects)
Also you can find complete
Complete list on is at http://wiki.python.org/moin/GuiProgramming
Single executable (Windows)
- py2exe - Probably the most popular out there (there is one more that is good too but can't recall its name)
Single executable (Linux)
- Freeze - Works the same way like py2exe but targets Linux platform
Single executable (Mac)
there is one for sure
|
|
|
|
3
|
|
edited Aug 5 '08 at 22:49
|
You Your question has really two parts...
First you will need some GUI library with Python bindings and then (if you want) some program that will convert your python scripts into standalone executables.
Cross-platform GUI libraries with Python bindings (Windows, Linux, Mac)
Of course, there are many, but the most popular that I've seen in wild are:
- WxPython - based on WxWidgets (very popular, free to also for commercial projects)
- PyQt - based on Qt (also very popular and more stable than WxWidgets but costly license for commercial projects)
Also you can find complete list on http://wiki.python.org/moin/GuiProgramming
Follow tutorials for each
Single executable (Windows)
- py2exe - Probably the most popular out there (there is one .more that is good too but can't recall its name)
|
|
|
|
2
|
|
edited Aug 5 '08 at 22:43
|
You will need some GUI library with Python bindings.
Cross-platform (working Windows, Linux, Mac)
Of course, there are many, but the most popular that I've seen in wild are:
- WxPython - based on listWxWidgets (very popular, free to also for commercial projects)
- PyQt - based on Qt (also very popular and more stable than WxWidgets but costly license for commercial projects)
Also you can find complete list on http://wiki.python.org/moin/GuiProgramming
Follow tutorials for each one.
|
|
|
|
1
|
|
answered Aug 5 '08 at 22:34
|
You will need some GUI library with Python bindings. (working on list)
|
|
|