Link to home
Create AccountLog in
Avatar of ahashash
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?
Avatar of gelonida
gelonida
Flag of France image

Not sure I understand your question exactly.

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.
Avatar of ahashash
ahashash

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!
 User generated image
ASKER CERTIFIED SOLUTION
Avatar of gelonida
gelonida
Flag of France image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
thanks