-1

I'm looking for good longform tutorials on creating GUIs with Python. I've found one previous answers, but it's quite old (10 years) and closed. What would you recommend? Any good example repos?

I want to have a dynamic user interface that allows the user to tab between different screens, enter data, and see output plots update (preferably live, but a button click to update would be acceptable as well). Does this narrow my available options to a particular GUI tool?

Previous Question: Python 3.x GUI Tutorials

Ben Yeh
  • 1
  • 2

1 Answers1

0

you have this tuturial in first link in English with PYQT and guizero in the second link(in portuguese)

https://www.youtube.com/watch?v=MOItX2aKTGc

https://www.youtube.com/channel/UCiTnSna5qYf9tC0mBScw2Rg

  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community May 26 '22 at 16:36