Kivy Float Layout - Python Kivy GUI Tutorial #13

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ธ.ค. 2024

ความคิดเห็น • 30

  • @Codemycom
    @Codemycom  4 ปีที่แล้ว +1

    ▶️ Watch Entire Kivy Playlist ✅ Subscribe To My TH-cam Channel:
    bit.ly/37LrJ27 bit.ly/2IGzvOR
    ▶️ See More At: ✅ Join My Facebook Group:
    Codemy.com bit.ly/2GFmOBz
    ▶️ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt!
    Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN
    ▶️ Get The Code
    bit.ly/3kUQz2h

  • @cheaterman49
    @cheaterman49 4 ปีที่แล้ว +4

    I like that you're spending a lot of time explaining pos_hint and size_hint, they're like half of the questions we get on the Discord and other support medium :-) thanks for the great episode again!

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      Glad you like them!

  • @uaint1stulast323
    @uaint1stulast323 ปีที่แล้ว

    Center horizontal and vertical.. true gold :)

  • @suchetmahamuni6682
    @suchetmahamuni6682 3 ปีที่แล้ว +1

    Useful content, better late than never to learn kivy with John Elder, means after summarizing we get three layouts that we've learnt, 1. GridLayout,
    2. BoxLayout, and
    3. FloatLayout

  • @fabiensamson694
    @fabiensamson694 ปีที่แล้ว

    Hello John, something made me crazy with this tutorial. After googling a bit, I realized that pos_hint keys 'bottom' (and 'left' too) don't exist in kvlang!! They are useless (but no errors are thrown anyway).
    Congrats for your channel 😉

  • @Yelonek1986
    @Yelonek1986 3 ปีที่แล้ว +2

    Wouldn't it be better if instead of putting magic number 0.35, write:
    { "x": (1-self.size_hint[0])/2, "y": (1-self.size_hint[1])/2 }
    ?

    • @DenisLEFUR
      @DenisLEFUR 2 ปีที่แล้ว +5

      {"center_x": 0.5,"center_y":0.5}

    • @StarFury2
      @StarFury2 2 ปีที่แล้ว +1

      This is clever, though as Denis above mentioned there's built in "center_x" and "center_y" argument

  • @MagicByIzzy
    @MagicByIzzy 4 ปีที่แล้ว

    First!
    Love your videos john👍 great content

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว +1

      Nice! And thanks!

  • @spoorthyvinay3158
    @spoorthyvinay3158 9 หลายเดือนก่อน

    can you please advise how to add Hyperlinks?

  • @charantechgeek
    @charantechgeek 4 ปีที่แล้ว +1

    Hello John, I'm confused at which one to learn for mobile app development, somebody are saying that flutter is a way more better than kivy and kivy is also having some issues when we try to run in Android mobile, is that really true?

    • @echuidor
      @echuidor 4 ปีที่แล้ว +1

      Just use KivyMD, it uses the same Kivy syntax, just different widgets

    • @charantechgeek
      @charantechgeek 4 ปีที่แล้ว

      @@echuidor thanks

  • @shawnbeans7389
    @shawnbeans7389 4 ปีที่แล้ว +1

    Nice glasses, John

  • @hiwab41
    @hiwab41 4 ปีที่แล้ว +2

    Can you build a whole app tutorial at the end of the series? , Nice keep going!

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว +4

      Yeah eventually I'm sure we'll make a bunch

  • @heisenberg5239
    @heisenberg5239 4 ปีที่แล้ว

    Hello John, i got two questions: i want to make a calculator in app. How do output the calculation on the display with the input from the number buttons? Also can i beautify the buttons for example designing cooler buttons for my calculator and use them as my buttons what would i need to do?

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      I might do a video on that. Sure you can use any image you want to make buttons...

  • @victordvickie
    @victordvickie 4 ปีที่แล้ว

    Hey, i just wanna give you an idea instead of using external git bash terminal windows why not install terminus in sublime and set git bash to execute it so you wont need to keep switching

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว +4

      Because then I'd have to explain how I did that in every video, and most beginners don't have that setup. I want to make it as easy as possible to focus on the coding without getting bogged down in things that aren't that important.

    • @victordvickie
      @victordvickie 4 ปีที่แล้ว +2

      @@Codemycom understandable

    • @echuidor
      @echuidor 4 ปีที่แล้ว

      @@Codemycom But you could also use the built-in Sublime Text Build System, just use the shortcut: 'Ctrl+B'

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      @@echuidor I like to promote more professional methods and Ctrl+B can have problems

  • @bronborn416
    @bronborn416 4 ปีที่แล้ว

    Jon elder sir pilzz upload tkinter videos

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      I do, on Tuesdays and Thursdays

  • @MajesticRiderTales
    @MajesticRiderTales 4 ปีที่แล้ว

    Hire me as an intern

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว +1

      I don't use interns, sorry.