Another excellent theme to talk!!!!!!!!!!!! I spend two day trying to acomplish some shit.. with this was a piece of cake! having this possibility of start, stop a clock is fuuuuuuucccccckkkiiiinggg relevant! thanks!
@omartarek765515 күн бұрын
عظيم ❤❤
@milslion86321 күн бұрын
What a good video! Sad that you dont keep working on your channel! This is a useful video! im new to Kivy and a lot of video are "this is a button"... "this is a inputText"... and nothing more. But this target the heart of a lot of apps and not the UI that is much more easy to understand and learn and is documented a lot. Thanks!
@Pythoneer-21 күн бұрын
@@milslion863 its just that i am working on other stuff. check the discord channel of kivy its great and also kivyschool channel. there is everything u need there. and thank you :).
@sol999__622 күн бұрын
magic!
@alaalagha13 ай бұрын
Excellent
@pengindoramu4 ай бұрын
Good stuff, also good threading example
@ЭмметтБраун-у3т7 ай бұрын
very cool!
@t.e.k.profitstraders87968 ай бұрын
simple and effective!!
@eoghanmartin38748 ай бұрын
Thanks, that helped me a lot, great video
@EhimenIria9 ай бұрын
thanks it is a great video, please can you do a tutorial on how to access a variable from another class in kivy
@Pythoneer-9 ай бұрын
😅 this is the video
@EhimenIria9 ай бұрын
@@Pythoneer- okay let me try
@aspuser108110 ай бұрын
Kivy error buground notfication and matpoltlip error😢 fix kivy apk
@rmpythoncode445111 ай бұрын
Dear Tirrou, thank you very much for sharing with us! Your classes are excelent. Would you now how to delete the line when we push delete/clear button? Thank you very much!
@Pythoneer-11 ай бұрын
U either canvas.clear(). Or canvas.clear by group add all the lines to one group on creation then delete them by group. Note that this tuto is very basic and I used multiple lines instead of appending points to one single line so remember that the more lines or points we have the slower the calculation is. For kivy mapview there is no polylines so U either transform or translate coords into X,Y.
@yunogasai8055 Жыл бұрын
thank you bro, I had a problem with kivy and threads, it was about to drive me insane, thank you for help
@Pythoneer- Жыл бұрын
Glad I helped
@coderatul Жыл бұрын
Thanks man i was facing this issue since eternity you saved my life
@Pythoneer- Жыл бұрын
Glad i was of help
@Ivan12343 Жыл бұрын
The best explanation!
@benkehargitai1688 Жыл бұрын
Thank you so much for this tutorial! :)
@thepirate_kinz1509 Жыл бұрын
Is there a way to get a particular location based on the name intended of longitude and latitude?
@Pythoneer- Жыл бұрын
github.com/GIScience/openrouteservice-py
@benoitwillemijns54 Жыл бұрын
Hi, this seems nice ! I'm trying to use whisper too with kivy. Did you manage to build the app on IOS or android with buildozer ?
@keshettishravan6953 Жыл бұрын
Can you provide source code?
@alaalagha1 Жыл бұрын
Great lesson
@carloscampos7709 Жыл бұрын
Thank you!!!
@alaalagha1 Жыл бұрын
Oussama would you give private courses on the same topic you filmed above ?
Hey man thank you for the video! How would you use Screen Manager with 2 screens, and use a TextInput box on the first to update a Label on the second screen?
@upcomingvillain Жыл бұрын
I actually just saw your newer video where you change color and add text. Did you ever find out how to just change an existing label without having to make it empty?
@Pythoneer- Жыл бұрын
@@upcomingvillain if there is a label (object) then it has a label.text label.color label.pos ...ect, u either create a new one or change its property ( .text)
@fooel1993 Жыл бұрын
nice
@santiago5227 Жыл бұрын
excelent! new follower
@frettmann5317 Жыл бұрын
Thank u Man 👋🏻
@nimbonadimitri6981 Жыл бұрын
Your video is Good but the codes are too small
@nimbonadimitri6981 Жыл бұрын
Your video is Good but the codes are too small
@frettmann5317 Жыл бұрын
Thank u 😊
@jelwaanowaida5997 Жыл бұрын
Thanks for video you help me thanks But i want to say something sorry but you voice make me sleep so i hope to be to excited when you explain And thank you for everything
@Pythoneer- Жыл бұрын
🤣😂😅
@nimbonadimitri6981 Жыл бұрын
Great work
@13sina13 Жыл бұрын
help me a lot thanks😍
@michalfrankowski5328 Жыл бұрын
thanks dude, thsi is what I needed it!
@vfx7t Жыл бұрын
no module named gi ???
@Pythoneer- Жыл бұрын
Remove that line, u dont need it
@vfx7t Жыл бұрын
@@Pythoneer- ok thanks ;))
@frehdjillali6849 Жыл бұрын
very interesting, thanks bro 👍
@frehdjillali6849 Жыл бұрын
Hi Oussama, the sound is perfect but is difficult to see code lines, please to add in zoom or font size, thanks bro
@frehdjillali6849 Жыл бұрын
I reached this point, api with my own token, I wrote all code and is working perfectly, next video, Thanks bro
@frehdjillali6849 Жыл бұрын
thank much Oussama, the function on_touch_up(self, touch) isn't called anywhere, how thats work? nice day bro
@Pythoneer- Жыл бұрын
Its built in function called automatically after touchup
@frehdjillali6849 Жыл бұрын
@@Pythoneer- Thanks much Oussama, it's like event up of mouse for Kivy
@frehdjillali68492 жыл бұрын
Good Job Oussama 🎩, please keep making for us other tutorials
@frehdjillali68492 жыл бұрын
Good job, seem simple but realy important
@frehdjillali68492 жыл бұрын
Very good lesson Oussama, thank you much
@Pythoneer-2 жыл бұрын
😁 happy i helped.
@atoosalatifi2 жыл бұрын
🌺🌺
@mr.teacup54112 жыл бұрын
Hi, I love the video but I have one question to help with a similar app that I'm working on. How did you get pyaudio to work with Android?
@Pythoneer-2 жыл бұрын
It has a problem and its recent i dont know if u can overcome the buildozer packaging, but there is a simpler solution look for plyer recoding class, Its very straight forward it uses the mic of the android device directly just give it permission thats all.
@bigredeyesproductions92742 жыл бұрын
Good job. I'll try to iterate on this. Also, If you like, I'd like to edit your next video.
@Pythoneer-2 жыл бұрын
Thanks bro tho the second video is duplicate. For the editing why not i ll try to notify u
@pythonbg19312 жыл бұрын
Great tutorial! I learned a lot. But I think the same video might've accidentally been uploaded for both Part One and Part Two?