Access COMPLETE COURSES on Python here: academy.zenva.com/product/python-programming-mini-degree/?
@insomnimatics3 жыл бұрын
Here's a list of Timestamps. I may update this with the subjects included in Sizing/Positioning P1-5, later on. Intro to Kivy - 0:00 Installing Kivy - 5:52 Running a Kivy program - 8:54 Python Code Begin - 11:37 Widget Sizing and Positioning: P1 - 18:14 P2 - 26:20 P3 - 32:23 P4 - 42:27 P5 - 51:56
@parthasarathidash62533 жыл бұрын
vs code is showing the underlines because it is using the python interpreter which is installed in the system but the kivy library is installed in the python inside the virtual environment so if you want vs code to resolve those imports just set the interpreter to one within the virtual environment folder and your issue will be fixed
@DominicNweze2 жыл бұрын
Wait can you like please show a video on how to do that.
@TheValkire4 жыл бұрын
Great tutorial to reinforce my basic knowledge of Kivy. The whole tutorial is nicely organized and clear. It helped a lot, especially the size hinting part. Thank you!
@IgorZyden Жыл бұрын
How about to make video about adding in-app purchases by Kivy and uploading then to Google Play ?
@serhioramires3166 Жыл бұрын
Thank you for the excellent video. And how to use several of your own layouts? Something like this: --- : Button: text:'7' size_hint:(1, .5) pos_hint:{"center_x":0.5, "center_y":0.5} : Button: text:'9' pos_hint:{"center_x":0.7, "center_y":0.7}
@okas4254 жыл бұрын
I kinda wish I found this before buying a course on udemy. But that course is much more in depth so I guess it was worth it
@Zenva4 жыл бұрын
We're certainly glad that our video was able to help you learn Kivy! If you're interested in learning more, we do offer additional courses on Kivy here on our site: academy.zenva.com/product/the-complete-kivy-app-development-course/ 👾.
@Neilcourtwalker4 жыл бұрын
the reviews of the kivy courses of udemy don't sound great. How was your experience?
@1108penguin3 жыл бұрын
@@Neilcourtwalker I did a Kivy course on Udemy and while the final product created is quite nice, the process is very fast. Building the .apk file didn't work for me as the instructor explained it and it took me several days of trying things on my own which the course didn't provide assistance or explanation on. And as Kivy is now on version 2.0.0, there were many issues related to installation and Garden libraries.
@denno4453 жыл бұрын
Keep getting an error saying cannot import name 'app' from 'kivy.app'. Anyone know the solution? Edit: nvm, forgot the capital letter for 'App'...
@bluemodize77183 жыл бұрын
Underrated video keep going bro great video
@Zenva3 жыл бұрын
Thanks, will do!
@pythonpatterns3 жыл бұрын
I love the video. Pls make more videos on kivy
@t.e.k.profitstraders87969 ай бұрын
Just wow....a widget as the root? We've never heard of such wizardry!!#MindBlowing
@marufkhandakar12942 жыл бұрын
Excellent video I couldn't find next tutorial of Label Did you publish the video?
@Hamzaelbouti2 жыл бұрын
this is the best kivy tutorial on youtube i l😍ve it ... iwish y make more advance kivy tutorial in the future
@de-kat2 жыл бұрын
Could you briefly explain why you took the If __name__ == __main__: in. Sry if the question seems stupid I'm still a beginner but would the execution of the sub class not be enough and where exactly is __name__ defined, is this a special variable.
@benshi45524 жыл бұрын
where is the next part??
@DigItSalam5 ай бұрын
This is the best tut on kivy I've seen on yb. Very simple and easy 👍.... please do you have tut on building exams app in kivy with login system?
@Zenva5 ай бұрын
Thanks a ton for the feedback! 🌟 We don't have an exam app tutorial with a login system at the moment, but could you share more about what you're aiming to build?
@DigItSalam5 ай бұрын
@@Zenva an exam app to set question for students to do online with specific time frame and if time is app, The current page goes off and TIME UP appears. Later they receive their results
@leeroy8553 жыл бұрын
I watched roughly 20 plus tutorials on how to install "kivy" . And they all made it more difficult for me to install and run kivy. But this tutorial helped a ton. Other youtubers [ go to kivy,use terminal, create virtual environment,mkdir,terminal $sudo pip install kivy full, in virtual environment,mkdir,terminal ,python3,pycharm. Smh beware of super nerds who over complicate shit... This helped a lot.
@Zenva3 жыл бұрын
Glad it helped! Cheers!
@amateruss Жыл бұрын
Hey bro, I'm a super nerd(not really) and I am offended by this comment.
@leeroy855 Жыл бұрын
@@amateruss sorry I can delete this comment if you like it's not intended to offend people. Was just trying to alert people who are interested in learning computer technology that everything that says beginner friendly isn't. I would recommend anyone who want's to avoid mistakes and not waste time to first LEARN TERMINAL COMMANDS SYNTAX and how they work.
@amateruss Жыл бұрын
@@leeroy855 Bro, I'm just kidding... hehe
@adimardev1550 Жыл бұрын
great toturial!.thoughi have hard time keeping up with screen. i often pause for 5 seconds and look away and play once more. any way, it's a great toturial thanks!
@jaleblog Жыл бұрын
Good video.cuz I think you want to place the first bricks in our brain carefully and in the right place so that we can confidently build our big structure on it. Thankful. Continue in the same way.
@codingkids42872 жыл бұрын
Good course Zenva
@KapilKumar-og4hz2 жыл бұрын
How we can access a video from online platform into our kivy applications please reply to me
@TruptiJagtap2 жыл бұрын
Thank you very much for making this video🙏. It helped me to get introduced to Kivy😊. Respect!!
@Zenva2 жыл бұрын
My pleasure. I'm glad it was helpful! If you don't mind me asking, what made you decide to pursue Python? Cheers! :)
@TruptiJagtap2 жыл бұрын
@@Zenva I have to do a major project for my college. I want to develop a mobile app. So that's why I am learning Kivy😄
@InarusLynx4 жыл бұрын
Part 4 of sizing and positioning helped a lot. I hadn't set the floatlayout's pos and size and it made my app act very oddly.
@sheikhakbar20674 жыл бұрын
Pretty awesome tutorial!
@fastrunner84944 жыл бұрын
Hi Zenva, Thank you for this informative content.
@Kaninox3 жыл бұрын
Brilliant tutorial!!!
@Zenva3 жыл бұрын
Glad you liked it!
@ABCD-mm4uy3 жыл бұрын
You are Amazing!!! ❤️
@Zenva3 жыл бұрын
You are too!!
@wesleyblack83023 жыл бұрын
Would this run the same way on pycharm?
@superarno1213 жыл бұрын
Is this all still up to date with kivy 2?
@goodluckcollection56634 жыл бұрын
Well ummmm first in comments 😂😂 And btw can you make a series on kivy
@fp-ko7vg3 жыл бұрын
Great tutorial thanks Zenva. Btw i keep getting an error when running this 31:30
@peterpandaluki66633 жыл бұрын
Have you checked your brackets?
@noxx40012 жыл бұрын
can someone pls tell me how to do a .kv file in pycharm.
@mihirmodi19363 жыл бұрын
Awesome!!! keep it up!!👍👍👍
@duldularmar3 жыл бұрын
What is kwargs
@johnfasciotti13383 жыл бұрын
keyword arguments
@ki6fzb3 жыл бұрын
I might be missing something, but when I try it, pos_hint under GridLayout doesn't seem to take: GridLayout: cols: 2 pos_hint: {'x': .2 , 'y': .2} Not sure where I might've gone wrong :(
@ranguy13793 жыл бұрын
i use that same kind of code and it works for me, so it must some other part of the file that's causing the issue, maybe.
@opensourcesabout81283 жыл бұрын
But is it really good idea to build android apps with kivy right now?
@MohAmuza3 жыл бұрын
I hate the that white light, it hurt my eyes
@kpopmultistan54074 жыл бұрын
does kivy work with python 3.9? I am having errors so I am wondering if that is the problem.
@harrymetsally864 жыл бұрын
I had the same problem. I use 3.7
@Eric-dd8bk3 жыл бұрын
This is great. thank you for the video. So can I sell apps made with Kivy with no legal issues?
@kevinigwilo33839 ай бұрын
You asked funny unnecessary questions, it's Open source so it's totally free.
@benshi45524 жыл бұрын
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. I keep getting that error during installation
@benshi45524 жыл бұрын
helpppp
@ukaszkwiecinski17814 жыл бұрын
try downgrading your python version
@adamfatyga79773 жыл бұрын
I dont have "pos" and "size" command
@jony4t3 жыл бұрын
I cant make a kv file. It doesnt do anything
@noxx40012 жыл бұрын
wich app did you use becauseim using pycharm and i dont get it either
@DigItSalam5 ай бұрын
Just got a subscriber
@Zenva5 ай бұрын
Glad you found the tutorial helpful! 😊
@harmonice8594 жыл бұрын
Hey, I like your presentation. Would you be able to assist me with an app development using kivy - paid work?
@theSwomry3 жыл бұрын
there are alot of easier ways to hire a programmer, why are you asking in a youtube comment section?
@flavioryu59223 жыл бұрын
@@theSwomry i want to know as well lol
@claudiusava84533 жыл бұрын
what is the difference between root.x and root.width?
@alymusic19 ай бұрын
root.x = the starting point of x root.width = the maximum x referenced to the app window
@ImARBOY4 жыл бұрын
One error is that If __name_== 'main_': On this lines it comes error.
@roastedpeanuts19944 жыл бұрын
Just type the word 'main' (without apostrophes, just plain word) and hit Enter key. It types/encodes itself.
@projectvibe12264 жыл бұрын
Because it is if__name__== '__main__'
@ImARBOY4 жыл бұрын
@@projectvibe1226 thanks
@SasidharanAnnamalai3 жыл бұрын
@@projectvibe1226 this indicates what brother could you please explain me
@vanmihaylovich Жыл бұрын
Can I use Kivy in 2023?
@fourc1547 Жыл бұрын
Using kivy 2.1.0: At minute 50 approx where the Float Layout is given pos and size, the buttons DISAPPEAR:
@paulo.galvao3 жыл бұрын
sudo pip3 install kivy in linux
@paulo.galvao3 жыл бұрын
I using Thonny do make python. Go to Thonny plug-ins, search for kivy and install it to put it on the enviroment
@ZulhamS2 жыл бұрын
I confuse with this tutorial, why dont use android studio it faster then this kivy
@BryanChance3 жыл бұрын
Why they decided to have 0,0 at bottom left corner hurts my brain. LOL Most people would start things from top to bottom, left to right. It's fine if it's a graph. It's awkward, there's probably some another "tool" to make this not awkward.
@KendaBeatMaker4 жыл бұрын
34:12
@provokator-provocateur76032 жыл бұрын
Only suspicious people choose visual studio code instead of pycharm