Kivy Tutorial 5 - User Input with Text Field | KivyMD

Поделиться
HTML-код
  • Опубликовано: 14 ноя 2024

Комментарии • 54

  • @marcoortiz1107
    @marcoortiz1107 4 года назад +4

    I cannot stress how helpful your videos are! Keep on the good work! : )

  • @pinoyguitartv
    @pinoyguitartv 2 года назад

    Really appreciate the efforts you put into these tutorials. 👍👍👍

  • @tembyyizreel9239
    @tembyyizreel9239 4 года назад +6

    Hi , can please do a vid where you show on adding your own icon instead of using Android's.
    Thanks

  • @ssgoh4968
    @ssgoh4968 3 года назад

    Thanks. Very helpful video.

  • @trFirzen
    @trFirzen 4 года назад +11

    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

    • @ahmadmustaffa5714
      @ahmadmustaffa5714 3 года назад

      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.

  • @banno1992
    @banno1992 4 года назад

    Just getting into kivymd, these are really, really useful! Thank you

  • @muhammetaliguzel1684
    @muhammetaliguzel1684 3 года назад

    Very cool video thanks for video

  • @nora-2117
    @nora-2117 3 года назад

    !! YOU !! ARE !! SO !! GOOD !! THANK !! YOU

  • @shashanksahu9230
    @shashanksahu9230 4 года назад +1

    Amazing tutorial bro👍, these really help me 🙏

  • @ronnieancheta
    @ronnieancheta 3 года назад

    great video, very helpful

  • @magentaIX
    @magentaIX Год назад

    I love this guy 😂😂👌

  • @gopalmondal9078
    @gopalmondal9078 3 года назад

    Great Work sir

  • @tolkien11
    @tolkien11 4 года назад

    This video was awesome.

  • @rakshanaravindran9809
    @rakshanaravindran9809 2 года назад +1

    Everything appears in bottom why even after giving position to the textfield

  • @abhinannuri1326
    @abhinannuri1326 4 года назад +1

    Can you explain creating database for storing data and getting data after closing app

  • @mawkuri5496
    @mawkuri5496 3 месяца назад

    which is more beautiful? kivymd or flet?

    • @devmishra3813
      @devmishra3813 2 месяца назад

      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)

  • @keerthivasang1178
    @keerthivasang1178 3 года назад

    Thanks sir!!

  • @nalinkannan2691
    @nalinkannan2691 3 года назад

    @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

  • @gamerwalkers
    @gamerwalkers 3 года назад

    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?

  • @tim4168
    @tim4168 3 года назад

    How could I change hint_text position (when not active - default position) to the center or center x & y

  • @karlbrian9972
    @karlbrian9972 4 года назад

    Hello bro,, Can you please make a video on how to send emails from the contact form?

  • @muskaantalat976
    @muskaantalat976 Год назад

    can we take image as input using kivy?
    if yes, does it save its path?

  • @g3_gigi139
    @g3_gigi139 2 года назад

    Thanks

  • @AdixonJTorresQuispe-fo8dd
    @AdixonJTorresQuispe-fo8dd Год назад

    Que tal, gran video, tengo un error cuando pongo icon_right: 'android' no me sale ningun icono al ejecutarlo. Muchas gracias

    • @chinmaywali606
      @chinmaywali606 Год назад

      Put it in double quotes..i.e
      icon_right : "android"

  • @Life-zx5wp
    @Life-zx5wp 2 года назад

    How can i update text realtime on label kivymd?

  • @Oatsy26x
    @Oatsy26x 3 года назад

    Hi how can you display the input from the user into a list?

  • @gopiraj1386
    @gopiraj1386 Год назад

    how to validation number only in textfield

  • @benjpns
    @benjpns 4 года назад

    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?

    • @pythonner3644
      @pythonner3644 4 года назад

      many less module will actually work in kivy. You cant implement all of the python liabraries

  • @CWShuva
    @CWShuva Год назад

    bro how to use a .kv file in KivyMD

  • @informationdistributer1849
    @informationdistributer1849 4 года назад

    Great

  • @Resuri02
    @Resuri02 3 года назад

    I want to be able to collect data in a data table how could I do it with this?

  • @ssprajapat3135
    @ssprajapat3135 3 года назад

    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-ev3vu
      @Victor-ev3vu 3 года назад +1

      Remove "=" to ":" in line number 6

  • @mr_coder1471
    @mr_coder1471 3 года назад

    Bro can you please tell me how to test the kivy app on mobile please!!

  • @faizanalam1646
    @faizanalam1646 4 года назад +1

    bhai bug bounty par video kab banaye ga ....😭😭😭😭😭😭😭😭 plz banaye ...

  • @hemantall4722
    @hemantall4722 3 года назад

    Bro i need one help. size_hint_x:None is not working

  • @windyblackness3858
    @windyblackness3858 2 года назад

    they keep giving me'myapp' object has no attribute'run'

  • @javierkuylen7817
    @javierkuylen7817 4 года назад +1

    if i make a kivy app... Can i edit keyboard interface??

    • @pythonner3644
      @pythonner3644 4 года назад

      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

  • @tyaspramudita2178
    @tyaspramudita2178 3 года назад

    i have an error =
    AttributeError: 'super' object has no attribute '__getattr__'
    can someone help me?

  • @troys1426
    @troys1426 3 года назад

    By the way, the constant width doesn't look good for iPhones today, so tall yet width so small

  • @tejasupadhya5339
    @tejasupadhya5339 4 года назад

    What is the minimum system requirements for kivymd

    • @gauravnegi4312
      @gauravnegi4312 4 года назад

      What lmao? It's not a game. You can even run it on a potato PC.

    • @tim4168
      @tim4168 3 года назад

      @@gauravnegi4312 if you don't go crazy with spawing buttons :P

  • @MohammedBraij
    @MohammedBraij Год назад

    We need mobil apps not desktop apps bro ??!!!!

  • @huzefaghadiyali5886
    @huzefaghadiyali5886 4 года назад

    It's not intendation, it's indentation! XD

  • @JarppaGuru
    @JarppaGuru 2 года назад

    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

  • @adityajha1889
    @adityajha1889 4 года назад

    Lol cut at 12:39