Is there any IDE or extension to do it? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Is there any IDE or extension to do it?

As a Python enthusiast, I'm looking for a tool that can create an executable program(desktop)...a "form window", but with Python commands, scripts and etc. Preferably an extension of the VS Code. If any developer can point me to the best tool to execute what I am trying to do, I will be very grateful!

20th Mar 2020, 2:10 AM
Evandro Mourão
Evandro Mourão - avatar
2 Antworten
+ 5
I think you are looking for creating a GUI interface with python. If Yes then "tkinter" is the package you should be looking for.
20th Mar 2020, 2:19 AM
Arsenic
Arsenic - avatar
+ 1
Thanks Arsenic!
20th Mar 2020, 2:22 AM
Evandro Mourão
Evandro Mourão - avatar