Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any GUI for IronPython application

Hello i want to design a GUI for IronPython script. Can someone suggest me which is the best and easiest to use. I would like to run a script when one press a button and displays a output in textbox.

like image 994
ketan Avatar asked Feb 18 '26 12:02

ketan


1 Answers

"One of the easiest ways (TM)" to create simple GUIs in IronPython is using WPF, Visual Studio and Python Tools for Visual Studio.

A simple GUI like asked (containing buttons, text boxes etc.) can be created using a visual designer and the functions doing the work can be created and wired with tool support (like generation or auto completion).

Jeff Hardy created a set of samples which also contains a pure python WPF app which shows (in about 100 lines of code and markup) what is required for your use-case.

like image 50
Simon Opelt Avatar answered Feb 21 '26 14:02

Simon Opelt



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!