I cannot stress how helpful your videos are! Keep on the good work! : )
@pinoyguitartv2 жыл бұрын
Really appreciate the efforts you put into these tutorials. 👍👍👍
@banno19924 жыл бұрын
Just getting into kivymd, these are really, really useful! Thank you
@shashanksahu92304 жыл бұрын
Amazing tutorial bro👍, these really help me 🙏
@tembyyizreel92394 жыл бұрын
Hi , can please do a vid where you show on adding your own icon instead of using Android's. Thanks
@magentaIX2 жыл бұрын
I love this guy 😂😂👌
@nalinkannan26913 жыл бұрын
@buildwithpython can you tell a method that when we select the text field , type something and press enter we should get the text that is wrote in the text field
@rakshanaravindran98092 жыл бұрын
Everything appears in bottom why even after giving position to the textfield
@ronnieancheta3 жыл бұрын
great video, very helpful
@ssgoh49683 жыл бұрын
Thanks. Very helpful video.
@gopalmondal90783 жыл бұрын
Great Work sir
@buildwithpython3 жыл бұрын
Thanks
@muhammetaliguzel16843 жыл бұрын
Very cool video thanks for video
@tim41683 жыл бұрын
How could I change hint_text position (when not active - default position) to the center or center x & y
@nora-21174 жыл бұрын
!! YOU !! ARE !! SO !! GOOD !! THANK !! YOU
@tolkien114 жыл бұрын
This video was awesome.
@gamerwalkers3 жыл бұрын
The initial text is not aligned properly with the right icon. Only when we onfocus on the text box things fall into alignment. How do we fix that?
@abhinannuri13264 жыл бұрын
Can you explain creating database for storing data and getting data after closing app
@muskaantalat976 Жыл бұрын
can we take image as input using kivy? if yes, does it save its path?
@Resuri023 жыл бұрын
I want to be able to collect data in a data table how could I do it with this?
@Life-zx5wp2 жыл бұрын
How can i update text realtime on label kivymd?
@estikf4 жыл бұрын
Hi, Why do you use Builder method instead of .kv language? I think using .kv language makes the app more organized. Thanks for the video btw
@ahmadmustaffa57143 жыл бұрын
I've tried using .kv file but the output gives error when i enter words in inputText, kivy are rather easy than kivymd when you separated the .kv file.
@Oatsy26x4 жыл бұрын
Hi how can you display the input from the user into a list?
@javierkuylen78174 жыл бұрын
if i make a kivy app... Can i edit keyboard interface??
@pythonner36444 жыл бұрын
i dont think so, kivy doesnt have a load tons of feature right now. I think that would require a lot of coding to do it
@gopiraj1386 Жыл бұрын
how to validation number only in textfield
@benjpns4 жыл бұрын
I am new to mobile development. ..all elements has to be from kivy or kivymd librarey ? can i import notes? Tkinter etc and add in widget?
@pythonner36444 жыл бұрын
many less module will actually work in kivy. You cant implement all of the python liabraries
@hemantall47223 жыл бұрын
Bro i need one help. size_hint_x:None is not working
@mr_coder14714 жыл бұрын
Bro can you please tell me how to test the kivy app on mobile please!!
@keerthivasang11783 жыл бұрын
Thanks sir!!
@AdixonJTorresQuispe-fo8dd Жыл бұрын
Que tal, gran video, tengo un error cuando pongo icon_right: 'android' no me sale ningun icono al ejecutarlo. Muchas gracias
@chinmaywali606 Жыл бұрын
Put it in double quotes..i.e icon_right : "android"
@mawkuri54966 ай бұрын
which is more beautiful? kivymd or flet?
@devmishra38135 ай бұрын
it depends on how you use it, altho flet does not allow you to create a apk file yet (they might add that in the future)
@ssprajapat31354 жыл бұрын
i am getting this error i dont know why i checked everything, everything is correct kivy.lang.parser.ParserException: Parser: File "", line 6: ... 4: helper_text: "or click forgot password" 5: helper_text_mode: "persistent" >> 6: pos_hint={'center_x': 0.5, 'center_y': 0.5} 7: size_hint_x:None 8: width:200 ...
@Victor-ev3vu3 жыл бұрын
Remove "=" to ":" in line number 6
@tyaspramudita21783 жыл бұрын
i have an error = AttributeError: 'super' object has no attribute '__getattr__' can someone help me?
@gopalmondal90783 жыл бұрын
Contact me
@karlbrian99724 жыл бұрын
Hello bro,, Can you please make a video on how to send emails from the contact form?
@windyblackness38582 жыл бұрын
they keep giving me'myapp' object has no attribute'run'
@informationdistributer18494 жыл бұрын
Great
@tejasupadhya53394 жыл бұрын
What is the minimum system requirements for kivymd
@gauravnegi43124 жыл бұрын
What lmao? It's not a game. You can even run it on a potato PC.
@tim41683 жыл бұрын
@@gauravnegi4312 if you don't go crazy with spawing buttons :P
@g3_gigi1392 жыл бұрын
Thanks
@faizanalam16464 жыл бұрын
bhai bug bounty par video kab banaye ga ....😭😭😭😭😭😭😭😭 plz banaye ...
@troys14264 жыл бұрын
By the way, the constant width doesn't look good for iPhones today, so tall yet width so small
@MohammedBraij Жыл бұрын
We need mobil apps not desktop apps bro ??!!!!
@JarppaGuru2 жыл бұрын
5:44 we can do it completely with python no need .kv file or builder, but nobody know how when tutorial say so lol. library is done with python? so you can do it python. just fine source where its creating it its python. you can copy that to your code. works python no need kv lol