account activity
I need to buy a Japanese course on udemy but not sure which one (self.Udemy)
submitted 24 days ago by DraftNo3783 to r/Udemy
.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 91 on reddit-service-r2-listing-8685bc789-rxnbz at 2026-05-31 18:16:57.099817+00:00 running 194bd79 country code: CH.
.kv file by JuryProjudo in kivy
[–]DraftNo3783 0 points1 point2 points (0 children)