Kivy Events - Kivy Tutorial #6

preview_player
Показать описание
In this video, I show you how Kivy events work, and how to use them. We can bind functions to certain events of widgets, so that when they happen, the function gets called. For example, using a kivy button, we can bind a function to on_press, so that when a button is pressed, we call a function. We cover kivy button on_press examples.

If you found this video helpful, then consider leaving a like, it really does help me out, and if you would like to see more videos from me, consider subscribing!
Рекомендации по теме
Комментарии
Автор

You deserve way more recognition, these videos are so informative and easy to follow!

cristinagarcia
Автор

So far this has been dope! Thanks for these tutorials!

alpstinger
Автор

Great going Shaw, Can really see future Elon Musk through your coding skills!

Way to go, I'm learning and enjoying your videos!

All the best, from India...

sandeshbme
Автор

congratulations on hitting 1k subs
you grow so fast
and i love your videos

Misty
Автор

Another excellent tutorial, as always! What happened to the stache you had going there?

codergopher
Автор

you made it look like a piece of a cake :D was very helpful.

bhast
Автор

Hi! Great videos :) I have a question about when to use def __init__(self) and super().__init(). I understand that the self is reflexive and refers to the class MyLayout. But I don't understand why we use def __init__(self) and super().__init(). Any explanation would be appreciated!

awomannamedneil
Автор

Make an publishable application with 3 subscription plans and add a plug in button to view the subscription membership

sahilnawab-hhse
Автор

What u use record your video and audio

ayushrajbhatt
Автор

Hi shawcode, want to ask why you only need to inherit BoxLayout but not Label and Button in the class MyLayout. Thx

electronicgadgetsbird
Автор

Please upload videos fast . I am following you 🥺

chinnaiyaprabhu
Автор

Hello, I am trying to resolve this error for 3 hours but nothing is working,

'WM_PenProvider' object has no attribute 'hwnd'

Please help it's urgent

subhanahmed
Автор

Heu i did not see your videos from de begin, i do this tomorw .
But i have a question i want to see how to transform this application to executable for using her on mobile .
Thanks

zidaniracim
Автор

hello brother as always thanks for these helpful videos, if you dont mind me asking, i am curious, how did you end up learning programming, was it watching videos, reading books, experimenting or one on one coaching or mix of some of the ones said but at wat ratios.
i have been just watching videos everywhere but i want to learn faster.
thanks as always

adnankhalil
Автор

When are you going to show us how to install our program on a mobile device??? Love the vids by the way.

harrisoncrettol
Автор

You have motivated me a lot, Thanks!!!
I have two questions,
1.Can i build a small game with this kivy lib?
2. Forgive my curiosity, How old are you?😅

harishrm
Автор

These are great tutorials but in #5 I get “invalid instance in App. Root”. Can you help?

Bob-tkbe
Автор

Do you make the course with kvlang or with python's class?
Edit:Sorry my english isnt Very good

rafaeldavi
Автор

I canʼt install kivy module
Was error

muxriddinumar
Автор

Sir i have a question if you are reading please tell me this
That when we make class we have to make a object of a class but you don't make object and just write class name with brackets in app class sir so how are we able to use class's instances without creating object mylayout takes self so what is self we are passing to mylayout
Sir please tell me how it executes
What is self we are passing to mylayout and most impt we just return mylayout() in myapp class how it works just by writing class name

RehanKhan-kubb