Python Kivy tutorial #6: Using KivyMD library | Kivy app project

preview_player
Показать описание
The last part #6 of the Python Kivy tutorial. In this video I want to rewrite my Coppa Android app with KivyMD widgets (MD stands for Material Design).

Kivy is a Python framework for mobile and desktop development of applications.

Follow me @:

============ SOURCE CODE ================
📎️ The SOURCE CODE is available via Patreon:
======================================

✴️✴️✴️ Web Scraping course ✴️✴️✴️
is available via Patreon here:

or its landing:

➥ Please ➥ Like ➥ Comment ➥ Subscribe

*** This KIVY TUTORIAL playlist ***

➥➥➥ SUBSCRIBE FOR MORE VIDEOS ➥➥➥
Never miss a new video.
Рекомендации по теме
Комментарии
Автор

Excellent series! Very well done! Like many other have already said, one of the best Kivy tutorials on YT. I second all the other calls for "more Kivy tutorials"! :) Thanks for making it! Greetings from Australia!

gloc_mike
Автор

What video should I make next? Any suggestions? *Write me in comments!*
Follow me @:

Help the channel grow! Please Like the video, Comment, SHARE & Subscribe!

RedEyedCoderClub
Автор

Please make more videos about kivy I like your all videos

devenderkamboj
Автор

Nice video bro. Everythin worked fine! Thx!

lucasruffo
Автор

Hello I have a question, I'm using the kivymd kitchen sink demo to try and learn the language. I have a simple script that will show the various buttons within kivymd. However when I run the script I get no compiler errors but a blank white screen. Any ideas or help on how to diagnose or solve the problem will be appreciated. Any ideas?

therefinedapple
Автор

Hi, so I installed kivyMD following your video but for windows, but i get an error saying Unable to import package

thapelomohomutsi
Автор

Hello how can i install KivyMD on windows ?? because i don't have linux System !! can you pease help me

hanbou
Автор

HELP:
even after installing kivymd, i am getting this error.
error:
Traceback (most recent call last):
File "main.py", line 13, in <module>
from kivymd.app import MDApp
ModuleNotFoundError: No module named 'kivymd.app'

pravinjyoti
Автор

I am getting error even already installed KivyMD and other KivyMD codes are running fine. The error as below. Please advise. Thank you.
my.kv", line 1:

...

>> 1:#:import MDLabel kivymd.label.MDLabel

2:#:import MDTextField
3:#:import MDRaisedButton
...

Unable to import package 'kivymd.label.MDLabel'

lclcbl