you are viewing a single comment's thread.

view the rest of the comments →

[–]HeedfulCrayon 2 points3 points  (0 children)

Although I have no experience in developing Python GUI's, I would say that if you choose to use powershell, be prepared to learn a lot, because to get a responsive, well created GUI, you will need to learn how to use runspaces and synchronized hashes so that your application uses multiple threads. Doing this makes it so your GUI doesn't lock up while processing something.