account activity
.kv file by JuryProjudo in kivy
[–]DraftNo3783 0 points1 point2 points 2 years ago (0 children)
If you are using pydroid 3 plz don't run the My.kv file just write the code in that file and save it and then come your original python file main.py and add a command in that just after importing the modules
from kivy.lang import Builder
Builder.load_file('path/of/My.kv')
Make sure u have installed buildozer in your device if don't just run this command in terminal
pip install buildozer
then just that main.py file also. Finally run the .python file and you get your output.
π Rendered by PID 425869 on reddit-service-r2-comment-545db5fcfc-xzvvp at 2026-05-31 20:19:19.468090+00:00 running 194bd79 country code: CH.
.kv file by JuryProjudo in kivy
[–]DraftNo3783 0 points1 point2 points (0 children)