Jump to content

I remember easygui being good, and easy! :)http://easygui.sourceforge.net/

CPU: 4670K / Cooler: H100i / RAM: 4x4GB Corsair Vengence Pro 1866MHz / Motherboard: MSI Z87-GD65 / GPU: MSI TF 780 Gaming Edition / Case: Corsair Vengence C70 / Storage: 250GB Samsung Evo & 2TB Seagate Barracuda / PSU: EVGA SuperNova NEX750G

Link to comment
https://linustechtips.com/topic/87322-python-gui/#findComment-1184556
Share on other sites

Link to post
Share on other sites

Here is a list https://wiki.python.org/moin/GuiProgramming

 

I did a project in University using PyQt and was pretty easy to get the hang of, Googling QT problems may lead to C++ forum but good luck :)

 

http://www.riverbankcomputing.com/software/pyqt/intro

 

http://zetcode.com/gui/pyqt4/

 

very good references and Qt is just pretty.

Link to comment
https://linustechtips.com/topic/87322-python-gui/#findComment-1185182
Share on other sites

Link to post
Share on other sites

If you just want window boxes, look up tkinter.

 

Link:

http://docs.python.org/2/library/tkinter.html

 

*Also a built-in module.

System: CPU: 4670k | Mobo: Gigabyte Z87MX D3H | RAM: 8gb 1600Mhz | Case:Corsair 350D | PSU: Corsair CX430, to be upgraded soon | GPU: HD4600, to be upgraded soon

Dogecoin: D787N1VP3JaK3wmKehWhqGXBvspZpQ4YFV

Link to comment
https://linustechtips.com/topic/87322-python-gui/#findComment-1186962
Share on other sites

Link to post
Share on other sites

If you just want window boxes, look up tkinter.

 

Link:

http://docs.python.org/2/library/tkinter.html

 

*Also a built-in module.

Thank you, I have found out that the course I am on will be using this module. Thanks to everyone who has made a contribution on the thread, it is greatly appreciated.

Link to comment
https://linustechtips.com/topic/87322-python-gui/#findComment-1207572
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×