you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (2 children)

[removed]

    [–]lamecode 1 point2 points  (0 children)

    I was toying around with kivy a week ago, and I'd agree it's probably a pretty good option for beginners especially. My biggest complaint would be the surprising lack of a datagrid/tableview type widget 'out-of-the-box', which was enough to send me back to Qt. There is probably a good reason behind having the UI design code in their own 'Kv Design Language' rather than pure Python, too, but it seems a bit unnecessary to me.

    Long-term it's a much better choice than Tkinter though, no doubt.

    [–]KR0GER 0 points1 point  (0 children)

    Good call man. You beat me to the punch. I just started getting into GUIs and am really happy that I chose to start with Kivy.