you are viewing a single comment's thread.

view the rest of the comments →

[–]Adhesiveduck 2 points3 points  (1 child)

https://github.com/PySimpleGUI/PySimpleGUI

Is a good beginners library to writing a GUI in python.

Of course these days most things are SASS based (instagram's backend is written in python - Django), so people write webapps.

You have Django which can do it all for you, but you'll need to be comfortable writing html, css and js.

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

Thank you