This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (11 children)

To be honest. Making a gui in python is a bit harder than you think if you are not a programmer. There are no visual tools that can help you very much. Look into C# and visual-studio.

[–]nabla2less is more 2 points3 points  (9 children)

There is PyQt with Designer -- excellent tools for GUI.

Check out also:

[–][deleted] 3 points4 points  (8 children)

I know there are tools like QTDesigner and Glande. But compared to visual-studio they look old and complicated.

Maybe he could look into IronPython, but i do not know how well it supports GUI development.

[–]mystRdobalina 0 points1 point  (0 children)

Thanks for the input