Install & Setup Kivy + Create your first Kivy App with Python [for beginners]

preview_player
Показать описание
Kivy is a popular mobile app dev framework in Python. Learn how to install and set Kivy up as well as learn how to create your first Kivy app.

In this video, you will install and setup Kivy as well as create a basic Kivy application.

This video is ideal for beginners who want to learn about setting up Kivy and creating a Kivy app.

Timestamps:
00:00 Introduction and Overview
01:00 Installing Kivy
04:15 Creating our first Kivy app

Socials:

*************
**Tags**
Python GUI
Python Kivy
Kivy framework
KivyMD apps
KivyMD
Kivy install
Install Kivy
Kivy first app
Рекомендации по теме
Комментарии
Автор

i watched many tutorials for installing Kivy, and also checked many articles, and to be honest, this is the best. you should never stop. 👍👍👍

english-voicelearn
Автор

if "pip install kivy[full]" gives an error try "python -m pip install kivy[full]" instead. spent 5 hours fiending this out....

lefront
Автор

You're a godsend, couple of days searching how to get kivy on vscode and another how to run it. You managed it all in 8 minutes.

edvindrag
Автор

surprise, surprise, i installed kivy on my raspberry pi, it all worked, very nice, i hope you continue creating kivy videos, it is very difficult to find a creator that explains concepts clearly

sovereignlivingsoul
Автор

Your way of explaining things is very good, thank you very much.

AdriánAmador-kf
Автор

Awesome tutorial, thanks for your work and for making a tutorial for the kivy communidy!

KivySchool
Автор

I have installed Kivy and KivyMD, on a Mac. I have App, Builder, ScreenManager, MDList, OneLineListItem, ThemableBehavior all greyed out (is not accessed Pylance) this is for my second project and I am desperate to get something to work, I purchased a new computer because my other one was too old and now I still can't get anything to work. Can you please tell me how I can import this stuff so this isn't wasted

SierraUtych-so
Автор

Thank you for much, I have had a tough 1 hour trying to install kivy, all I had to is add 'full" haha! thanks alot

mukiibimoses
Автор

Hey Hala. Thank you for this amazing demonstration.

Well, I tried executing a code but my terminal displays the following error:
[CRITICAL] [App ] Unable to get a Window, abort.

Could you please suggest any possible fixes?

vedantkarale
Автор

I'm a new beginner with Python and this is a great tutorial, but I get this error:
NameError: name 'BasicApp' is not defined
I entered the text just as you instructed, but I noticed "class" is blue and not magenta in VS.
Any ideas?

photonspawn
Автор

I have finally been able to get this working thanks to this excellent video

brianridout
Автор

Lovely, your English is stabable for every person from begginers to professionals

svgcrtns
Автор

Hi, I got a problem that I try to install Kivy in Thonny, the IDE of python. After installed, and try to run you example program, but it doesn't work! Is there any wrong in installing Kivy on Thonny?

tonyho
Автор

pip install kivy[full] doesn't work on Mac
What worked is: pip install kivymd

JasonGitheko
Автор

youtube tutorial if you are going to run a command that installs something, then please tell us what it is you have installed that lets that command run. im getting errors, and im pretty sure its bc i dont have something installed that you apparently have.

Fuscia-ol
Автор

It show me in the end:
error could not build wheels for kivy which is required to install pyproject.toml-based projects

What should i do?

pqmv
Автор

How can we install kivy in the new version of python 3.11 ??

ENGSajad-zegy
Автор

Hi there, I finally fix the problem, 'Wrong typing'.
Thank you!

tonyho
Автор

you´ve helped me a lot, thanks so much!

eude_alencar
Автор

Hi
I have done all things as you explain but at last stage in vs code out screen is not showing only output showing runtime 1.704 sec.
Can you please help and explain about problem??

tupletech