Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WPF Alternative for python

Is there any alternative for WPF (windows presentation foundation) in python?

http://msdn.microsoft.com/en-us/library/aa970268.aspx#Programming_with_WPF

like image 686
pribeiro Avatar asked Oct 02 '08 18:10

pribeiro


Video Answer


1 Answers

Here is a list of Python GUI Toolkits.

Also, you can use IronPython to work with WPF directly.

like image 143
Timothy Lee Russell Avatar answered Oct 19 '22 23:10

Timothy Lee Russell