Having been made aware of the Python EasyGui project while reviewing "Hello World", I thought that maybe there should be an equivalent version for IronPython. So here is one (with just a minimal amount of fudging in places):
Plain unformatted code for easy cutting and pasting.
Save this as EasyWPF.py
, and use
from EasyWPF import *
in place of
from easygui import *