|
deadwk
00101011


Registered: 06/17/09
Posts: 8,890
Loc: Canada, eh?
|
GUI development in Python
#19261573 - 12/11/13 05:32 PM (10 years, 1 month ago) |
|
|
Hey all so in programming class we are getting into GUI programs using the tkinter library built into python. Unfortunately, this seems like a rather ugly way of making a GUI interface for programs, and I would like to use something else.
I've heard of gui2py, and QtPython i think its called, but unfortunately these aren't updated to work with Python3.x; I believe gui2py has an alpha release for 3.x though.
I've been thinking of picking up Visual Studio and using Pytools to create gui programs, but I'm wondering if anyone else has input to give.
|
lifeiswhatyoumake
Trance in my sig n blood



Registered: 09/30/11
Posts: 16,712
Last seen: 12 minutes, 6 seconds
|
Re: GUI development in Python [Re: deadwk]
#19261645 - 12/11/13 05:44 PM (10 years, 1 month ago) |
|
|
I've done a little programming with Python, but nothing with a GUI.
--------------------
  I dropped a trance track "Peace Love & Trance": https://www.youtube.com/watch?v=M4uQBM-mRYU ;   
|
deadwk
00101011


Registered: 06/17/09
Posts: 8,890
Loc: Canada, eh?
|
|
Yea all my python programming has been non gui, but we're doing a bit of gui with tkinter as I mentioned.
|
r00tuuu123
Now I'm just really piseed



Registered: 04/20/12
Posts: 8,507
Loc: I'll be there in a minute
Last seen: 7 years, 10 months
|
Re: GUI development in Python [Re: deadwk]
#19262577 - 12/11/13 08:29 PM (10 years, 1 month ago) |
|
|
Have a look at this. http://registry.gimp.org/node/22349 I don't know just what you are looking for but it may help.
--------------------
Please report me to a Mod for hurting your punk ass hippie feelings And all time Champion thread killer.
|
Dawks
Jolly African Potato


Registered: 06/09/10
Posts: 4,935
|
Re: GUI development in Python [Re: deadwk]
#19272460 - 12/13/13 09:06 PM (10 years, 1 month ago) |
|
|
Quote:
thedeadwalkk said: Hey all so in programming class we are getting into GUI programs using the tkinter library built into python. Unfortunately, this seems like a rather ugly way of making a GUI interface for programs, and I would like to use something else.
I've heard of gui2py, and QtPython i think its called, but unfortunately these aren't updated to work with Python3.x; I believe gui2py has an alpha release for 3.x though.
I've been thinking of picking up Visual Studio and using Pytools to create gui programs, but I'm wondering if anyone else has input to give.
I've always treated python as a scripting language similar to bash, batch and powershell and thus have never done any GUI development with it.
That said I use C++ Qt libraries/framework and really have nothing bad to say about it. I suggest you try out PyQt.
--------------------
date ; unzip ; strip ; touch ; grep ; finger ; mount ; fsck ; more ; yes ; umount ; sleep
|
deadwk
00101011


Registered: 06/17/09
Posts: 8,890
Loc: Canada, eh?
|
Re: GUI development in Python [Re: Dawks]
#19273198 - 12/14/13 01:20 AM (10 years, 1 month ago) |
|
|
Yea it seems to be more suited as a scripting language, which is wonderful. I just would like to have some type of GUI for my scripts, without having to learn an entirely new language.
Sweet, I'll check it out!
I took a look at https://code.google.com/p/gui2py/ and the dependencies it uses don't work with Python3.x
|
|