12 lines
		
	
	
		
			416 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			416 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| title: Creating GUI's in Python3
 | |
| ---
 | |
| 
 | |
| # Creating GUI's in Python 3 
 | |
| 
 | |
| [Tkinter](https://docs.python.org/3/library/tk.html) is a great way to create GUI's in Python.
 | |
| 
 | |
| [WxPython](https://wxpython.org/) can be used to create 'GUIs' in Python it has great functionality and works well on both Linux and Windows.
 | |
| 
 | |
| [PyQt](https://riverbankcomputing.com/software/pyqt/intro) can also be used to create 'GUIs' in Python.
 |