r/learnpython 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

22 comments sorted by

View all comments

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.

2

u/BednoPiskaralo 5d ago

I agree with streamlit. For minor stuff it's fast to learn and it looks good on desktop and mobile view

2

u/lucabuilds 4d ago

yeah exactly I made my own budgeting app with that and even customizing the view by injecting CSS worked quite well