ahashash
asked on
can i use python to make windows desktop applications like in vb.net express?
can i use python to make windows desktop applications like in vb.net express?
ASKER
ok, sorry wasnt clear, wat i wanna do is an application to deploy on or set up on my desktop one, and connect it to access or sql server db, kind of like visual express 2008 when u make a vb windows application, attached is something i made in vb, the thing is python has this console typing thing, there is nothing like a form design like in access or the gui form builder like in visual studio!
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
thanks
python has the win32 libraries to call windows specific services
Further you have multiple graphical frameworks to choose from amongst them for example
TK, Pygtk, PyQt
So the answer is yes.
To help you further it would be good if you gave a simple example of what you'd like o achieve.