Jump to content

Python GUI

mp4-25

I want to start using the GUI functionality in python but have no idea how to go abut this. Please can anyone help me?

Link to comment
Share on other sites

Link to post
Share on other sites

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
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
Share on other sites

Link to post
Share on other sites

If you mean IDLE, just install Python and then do this.

 

(On Windows)

 

1. Go to Search

2. Type in "IDLE"

3. Start it up.

Link to comment
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
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
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

×