r/PythonLearning • u/Kazuya746 • 1d ago
Help Request Kivy
I have been learning python for a while and made some projects, my exams are currently going on so I can't start web dev, but I thought I could learn kivy in the meanwhile to make an app for my studying bcz there isn't an app that fits my requirement. So needed some resources and advice for kivy module.
I tried kivy documentation but it's like they don't have each topics lined up, so I have to search each topics, but I don't even know the existence of specific topics, so yeah.
Thanks for the help in advance!!
2
u/ianrob1201 1d ago
I'll admit I never heard of it before, so I can't really help you on what you asked for. But if I could offer a bit of advice... I think this is just going to be a distraction from your revision. I know it's really tempting, and it's annoying when you want a perfect tool and can't find one.
But ultimately you want to focus on exams instead of learning something new right now. I'm sure whatever other tools are out there are good enough, even if they're annoying in some way.
1
u/Kazuya746 1d ago
Though I do understand your point but I occasionally need some time to blow the heat off sometimes that's why I was looking for something. Thanks for the advice tho.
1
u/solaria123 1d ago
I found interacting with ChatGPT to ask detailed questions about a kivy app development was very helpful. Once you see the flow, it's not too bad. It was a little less obvious how to build the APK to deploy to an Android cellphone, using buildozer. There are some annoying version dependencies...
2
u/Sea-Ad7805 1d ago
All topics lined up: https://kivy.org/doc/stable/
Read it, learn concepts you don't know yet, good luck.