Python Kivy GUI Example & Source Code

preview_player
Показать описание
In this video I show a large kivy GUI example and walk through the source code. This kivy example is fairly complex and deals with multiple screens. The example is a login and create account form. You have the ability to create an account, login and see information based on your current user. Information is stored after the app is closed..

**************************************************************

Use the Code "SAVE6144" For 50% Off!

**************************************************************

Please leave a LIKE and SUBSCRIBE for more content!

Tags:
- Tech With Tim
- Kivy popup tutorial
- Kivy popup
- Popup window kivy
- Kivy tutorial
- Python Tutorials
Рекомендации по теме
Комментарии
Автор

Legend has it that he is still figuring out how to package it for Android.

maryllcastelino
Автор

I'm new to Python and Kivy. I come from a background of C, C++, C#, and a few other languages.
Enjoyed this project. I looked at the code on the webpage and then hand typed it in. Took me less than an hour. Of course I'm the king of typos, and missing things, losing my place, etc. so it also got me used to learning to read the error codes in the output and track down the problems also causing me to have to read the code and understand what's actually being done. It's all good. Took about an hour to debug all my mistakes, but it was great experience for me. My mistakes have always been a long term learning tool in learning languages. I did go through all the tutorials leading up to this project. I appreciated them. Thanks for sharing.

fredflintstone
Автор

Tim, thanks for creating and sharing the Kivy tutorial. It's been a great help for me.

fredflintstone
Автор

As much as I love the command line, a nice GUI is always awesome.

HostDotPromo
Автор

Thank you very much Tim!
Could you show us how to convert this app to apk for android?

KurKestutis
Автор

Amazing vid. Could you make a tutorial explaining how to change the gui colors, images, etc...
And take your time of creating an android app.

abrahamyehoshuafrias
Автор

Thank You Tim for making excellent tutorial.

samz
Автор

nice. real nice. amazing how you netted everything out. Good job.

anythingbutcash
Автор

Can you upload a video where you show how to allow the users upload files such as images, videos, pdf...?
Love your videos tho and the way you explain, continue

fitjourney
Автор

if you are using .split(';')
make sure to validate the char is not inputted by user otherwise it will throw an error
you can validate user input only alphanum allowed maybe

AchmadFahrurroziMaskur
Автор

i love your videos bro, u are just lovely at your explaination

-sritejrajulu
Автор

Thank you so much for helpful videos 🙏. I have learnt a lot from you, please continue showing us more😇

tembyyizreel
Автор

That was great, Tim!
Could you please show us how to convert this app to Android [APK] or at least iOS as you already know that?
Thanks a Ton!!

chiranthnandi
Автор

Awesome tutorial, thank you for your efforts Tim.

Machiuka
Автор

Excellent videos dude, you are have madede very understandable tutorials, you have been followd you have your public, keep good work :)

samssams
Автор

By far the best Kivy Turorials.. Thnx man

dantesparda
Автор

Can someone help? I'm getting the error: TypeError: cannot unpack non-iterable int object. For line:
password, name, created = db.get_user(self.current)

ishikaagrawal
Автор

Epic video Tim!
Could you please make a video showing how to package this as an exe for windows?

deathstarhz
Автор

why return sm(window manager) ?
class MyMainApp(App):
def build(self):
return sm

Kirchert
Автор

I am Getting this error
AttributeError: 'NoneType' object has no attribute 'text'

rohithrv