Тёмный

How To Create Animation With Kivy - Python Kivy GUI Tutorial #36 

Codemy.com
Подписаться 234 тыс.
Просмотров 28 тыс.
50% 1

Опубликовано:

 

12 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 58   
@Codemycom
@Codemycom 3 года назад
▶️ Watch Entire Kivy Playlist ✅ Subscribe To My RU-vid Channel: bit.ly/37LrJ27 bit.ly/2IGzvOR ▶️ See More At: ✅ Join My Facebook Group: Codemy.com bit.ly/2GFmOBz ▶️ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt! Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN ▶️ Get The Code bit.ly/2MmXJRk
@MR-DURO
@MR-DURO 3 года назад
Just something worth mentioning: += is for a sequential animation while &= would animate in parallel
@Codemycom
@Codemycom 3 года назад
sure
@adityachoudhary4045
@adityachoudhary4045 3 года назад
I don't know why your tutorial are so underrated by the way love your tutorial ❤️👍🏻
@Codemycom
@Codemycom 3 года назад
Thank you so much! Tell your friends ;-)
@ferdousshajib
@ferdousshajib 3 года назад
I was waiting for this one. Thanks...
@Codemycom
@Codemycom 3 года назад
Hope you like it!
@ferdousshajib
@ferdousshajib 3 года назад
@@Codemycom Helpful for me at least. Total beginner!
@cwaidelich1
@cwaidelich1 3 года назад
Hello Codemy, these videos are very helpful for completing my senior design project. Could you do a video on implementing a virtual keyboard? Thanks.
@pay_pass
@pay_pass 3 года назад
I was looking for such content, thanks!
@Codemycom
@Codemycom 3 года назад
Glad you found it!
@paracetamol2020
@paracetamol2020 3 года назад
Thanks, I really needed this
@Codemycom
@Codemycom 3 года назад
Awesome
@likhithap6109
@likhithap6109 3 года назад
oh my god i cant thank you enough.......evrything i needed is here and u put it out so efficient and easily...thanks alot.
@Codemycom
@Codemycom 3 года назад
Glad you liked it! tell your friends ;-)
@PuffyNutty
@PuffyNutty 2 года назад
Kivy is by far the best gui kit for python
@Codemycom
@Codemycom 2 года назад
Glad you enjoy it
@mahdimohebbi2541
@mahdimohebbi2541 3 года назад
Very useful and excellent💚💜
@Codemycom
@Codemycom 3 года назад
Glad you liked it
@MEHEDIHASAN-kx6ok
@MEHEDIHASAN-kx6ok 3 года назад
Nice Explained💗💗💗💗😘😘😘
@Codemycom
@Codemycom 3 года назад
Glad you liked it
@glendydesabille3977
@glendydesabille3977 3 года назад
Thank u for this , love always ur playlist
@Codemycom
@Codemycom 3 года назад
You're welcome 😊
@vikram8634
@vikram8634 2 года назад
Hello Sir, could you please make a video regarding: on a button press -> page blur and a gif showing(page loading type gif)-> until we get the desired data/value in our kivy page. Please Sir, this is a request.
@moiss9022
@moiss9022 7 месяцев назад
Thank you!
@Codemycom
@Codemycom 7 месяцев назад
Welcome!
@hiwab41
@hiwab41 3 года назад
Very cool!
@Codemycom
@Codemycom 3 года назад
Thanks!
@hossienhassanhamow3489
@hossienhassanhamow3489 3 года назад
Very cool 😸
@Codemycom
@Codemycom 3 года назад
thanks!
@learnnow9598
@learnnow9598 3 года назад
Very good one💙. But can we Use one class function property in another class function?
@Codemycom
@Codemycom 3 года назад
You can do any normal object oriented thing
@jyothiprakashmuddana7219
@jyothiprakashmuddana7219 3 года назад
Did you tried , what if we click button twice at time , how to stop animation if widget is already in animation It is showing some awkword behaviour
@androov2797
@androov2797 3 года назад
Hey, how can i make a rounded button, with a border?
@dirkbirot2155
@dirkbirot2155 3 года назад
Can. I ask what method u used too home ur skills .read books youtube videos. Self learn with. Both youtube videos and books
@Codemycom
@Codemycom 3 года назад
I started coding when I was 8 years old. There was no internet and very few books. I just started coding myself and learning as I went.
@dirkbirot2155
@dirkbirot2155 3 года назад
Hi! Does sublime ide work with android ..if not what ide or editor works with adroid beside adroidstudios
@Codemycom
@Codemycom 3 года назад
I wouldn't think so, no...I've never written code on a phone before, I couldn't tell you what works well
@Diq_Yoda
@Diq_Yoda Год назад
something I learned, if the name of your image starts with a 'b' and you have your image in a different directory, you may have to use two slashes for it to see the image. EDIT: This only applies if your editor tries to use the regex '\b' for backspace. Im using visual studio code. ie. ' self.ids.my_image.source = 'images\\button.png' '
@Codemycom
@Codemycom Год назад
No, that's not remotely true. The first letter of your image name has no bearing on anything whatsoever. .
@Diq_Yoda
@Diq_Yoda Год назад
@@Codemycom i definitely had to add an extra slash to mine, it might be because im using visual studio code, but it wants to use the regex for backspace, so i had to cancel that with an additional slash, ill edit my comment for clarity
@Codemycom
@Codemycom Год назад
@@Diq_Yoda one of many reasons I'd never use Visual Studio Code lol
@Diq_Yoda
@Diq_Yoda Год назад
@@Codemycom that's completely fair, I'm using it since I'm learning a few different languages. I appreciate your content alot though, thanks for contributing so much to the community!
@legendarynick5425
@legendarynick5425 3 года назад
can this be done in tkinter??
@Codemycom
@Codemycom 3 года назад
Not in the same easy way
@thespiceboxx
@thespiceboxx 3 года назад
Hi
@Codemycom
@Codemycom 3 года назад
Hi
@IceQueen67
@IceQueen67 3 года назад
god I just wanna skip the basics and make complex stuff
@Codemycom
@Codemycom 3 года назад
That's not how life works :-p How can you make complex stuff if you don't know the basics?
@aakarshkumar6935
@aakarshkumar6935 3 года назад
Should improve video quality and add more inforamtion BAD ONE
@Codemycom
@Codemycom 3 года назад
It just uploaded and hadn't processed yet. Reload and it's 1080HD perfect.
@smishra6378
@smishra6378 3 года назад
@Aakarsh Kumar Rude much, buddy?
@daylon907
@daylon907 Месяц назад
Thanks!
@Codemycom
@Codemycom Месяц назад
Welcome!
@jafarkhamisi5043
@jafarkhamisi5043 3 года назад
Thanks 😊
@Codemycom
@Codemycom 3 года назад
Welcome 😊
Далее
Kivy Basics in 60 MINUTES
59:02
Просмотров 129 тыс.
Simple Python App with Kivy - Step by Step GUI Tutorial
13:11
Hack your brain with Obsidian.md
11:53
Просмотров 1,9 млн
Dear Game Developers, Stop Messing This Up!
22:19
Просмотров 711 тыс.