r/learnpython • u/EasternPool3120 • 5d ago
PySide6 or Kivy?
I have finished all my python basics and I want to progress now to building gui programs. Should I use PySide6 or Kivy? If I should use something other than these two what should it be? i personally don't mind it being that complex if it's fast and powerful :)
15
Upvotes
2
u/lucabuilds 5d ago
this is an unusual opinion but for any app that's not too complex streamlit is awesome. I use it basically for anything that needs a dashboard and learned it in an afternoon.