Is there an alternative to WPF (Windows View Basis) in python?
http://msdn.microsoft.com/en-us/library/aa970268.aspx#Programming_with_WPF
Here is a list of Python GUI Toolkits .
Alternatively, you can use IronPython to work directly with WPF .
You might want to check out pygtk and glade . Here is the textbook.
There is a long list of alternatives on the Python Wiki .
Try PyQt , which associates python with the QT graphics library. There are some other links at the end of this article:
If you are on Windows and want to use WPF (as opposed to an alternative), you can use it with IronPython - the .NET version of python.
Here is a quick example: http://stevegilham.blogspot.com/2007/07/hello-wpf-in-ironpython.html
Source: https://habr.com/ru/post/1277409/More articles:Apache sockets not closing? - pythonWhat SVG toolkit would you recommend to use in Java? - javaWhere is the Attic in Subversion (Turtle)? - svnChoosing the right toolkit for a 2D modeling project in Java - javaAutoconf test for JNI includes dir - javaVMWare Server vs ESXi - What is the Difference? - virtualizationIs there a SQL Server performance counter for average runtime? - performanceHow to transfer a file using wininet, which is read using a PHP script? - c ++Can an Adobe AIR application run a popup in the system tray? - airCreate a BCEL JavaClass object from an arbitrary .class file - javaAll Articles