I have a graph that moves files, I’d like a Windows dialog window to present a summary of the operation, with a clickable link to the output directory folder.
I’ve search and haven’t been finding much, I keep getting redirected to Revit.API solutions. Does anyone have any knowledge of creating a Windows10 dialog box/window using Python?
you can look into how datashapes makes their nodes for UI. I believe they are in python nodes you could open and explore. Personally I find Datashapes easier than making anything more than a task dialog via python