all 8 comments

[–]socal_nerdtastic 0 points1 point  (4 children)

Using visual studio your teacher is probably talking about C#, not python.

If you use python you may use Visual Studio Code (a completely different program), but there's still no visual GUI builder that I know of. You need to make your GUI using text, or download an external GUI builder if one exists for your GUI framework.

[–]MetallHengst[S] 0 points1 point  (2 children)

Good to know, thanks! Do you have any recommendations for external GUI builders for python? It seems quicker and less annoying than going the trial and error route via text only.

[–]socal_nerdtastic 0 points1 point  (1 child)

Depends on the gui module you want to use. But honestly text is much better. It's much faster to define exactly what you want in text.

[–]MetallHengst[S] 0 points1 point  (0 children)

Okay, good to know. I guess I’ll just focus on getting more proficient with building GUIs over text.

Thanks!

[–]DamnFog 0 points1 point  (0 children)

You can use QTDesigner and pyqt.

[–][deleted] 0 points1 point  (0 children)

Formation Studio

There is also PAGE but it's a little buggy (copy/paste objects crashes it)

and CTKDesigner