开发者

what suits the most for creating interface?

i have an application of text to speech convertor and now want to prepare an graphical interface for it.I did whole of the coding involved in python..i want to know which languages can be used for creating the GUI so that i can connect my python code to it easily..can python be used for creating the gui.. as i have no previous experience of cre开发者_StackOverflow中文版ating the gui,would like to take ur suggestion for making the gui which is attractive not just plain thing such as we get using vb or anything else..

looking for your suggestion plz


There are many GUI toolkits for python: http://wiki.python.org/moin/GuiProgramming
I would look at PyQT and wxPython first.


Yes, a GUI can be created in Python, I recommend wxPython.


You can find a list of GUI programming packages for Python in this page http://wiki.python.org/moin/GuiProgramming


If you're unfamiliar with Python GUI development, I recommend Glade. It's got a fairly intuitive interface, good documentation, and allows you to get things done quickly.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜