Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows application using Python

I am used to Windows application development using C# .Net. Now that I got interested in Python I need to know the best way to create a Windows application that has stuffs like minimizing to System tray, nice ide like visual studio that has GUI way of developing apps. Any suggestions pls?

like image 403
Vicky Avatar asked Dec 26 '10 08:12

Vicky


1 Answers

Check out this list on GUI programming with Python.

Scroll down to GUI Design Tools and IDEs. Take your pick, there are lots of choices.

Which one is the best? That depends on what you want to do. But for the purposes you mentioned, all should suffice.

like image 104
user225312 Avatar answered Oct 05 '22 12:10

user225312