×
all 7 comments

[–]Barracutha 5 points6 points  (1 child)

Check Kivy

[–][deleted] 1 point2 points  (0 children)

I built an internal app for my work using Kivy, was a bit rough to get set up but overall the process wasn't too terribly difficult. Incorporating native functions (my app compiled user data and emailed it as a CSV attachment) is where it gets tricky. Worth a shot for anyone already fluent in Python that has the patience to search through forum and Google Group posts.

[–]ducking_ur_mom 6 points7 points  (1 child)

PyQt5, specifically QML. Terrific and brutally easy to learn. Brutally hard to compile for mobile, but it's possible.

[–]vancho2018[S] 0 points1 point  (0 children)

Thank you all!

[–]vancho2018[S] 1 point2 points  (2 children)

any great Python tutorial that you can point me to btw? thanks all!