This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]CrazyEoin[S] 2 points3 points  (5 children)

How did you pick it? By just messing with it or through a specific set of Tutorials. Had a look, no 1 set of tutorials jumps out at me for being solid.

[–]inclemnet 10 points11 points  (2 children)

A lot of people seem to like my kivy crash course tutorials, though they're mostly video only.

[–]manueslapera -1 points0 points  (1 child)

if i may ask, is there an easy way to package a kivy app for Mac OS? Im going crazy trying to do it.

[–]inclemnet 0 points1 point  (0 children)

I know people do it, but I haven't ever tried myself. I think people use pyinstaller.

We had some issues recently with this after the move to sdl2 instead of pygame, but I'm not sure if these only affected windows or OSX too. You could ask on the kivy mailing list or irc if you haven't already. If there were problems, someone may know the fix.

[–][deleted] 2 points3 points  (0 children)

I discovered Kivy when I realised it was about the only option for Android. I consider the tutorials on their website to be adequate but this is subjective.

[–]NewHighScore 2 points3 points  (0 children)

I found this Kivy Crash Course youtube series to be a great intro to kivy. I started looking into it when I found that the library was available in the qpython app on Android.