How to make a GUI in python?

Solution
have a look into tkinter. It comes with python so doesn't need any setup. Plenty of guides on the internet of how to use it. https://pythonprogramming.net/python-3-tkinter-basics-tutorial/ this is quite a good one however you'll find loads with a good google search.
have a look into tkinter. It comes with python so doesn't need any setup. Plenty of guides on the internet of how to use it. https://pythonprogramming.net/python-3-tkinter-basics-tutorial/ this is quite a good one however you'll find loads with a good google search.
 
Solution