Create A Login Screen In Python With Flet (Tutorial)

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

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

  • @IbisGuy
    @IbisGuy Год назад +6

    I really like how you put the event handlers on their own lines rather than nesting them inside the element definitions. That's actually genius, because you dont have to do mental gymnastics trying to figure out which should go first. The flow feels so much cleaner as well.

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

      Thank you, I followed the docs xD

  • @Indently
    @Indently  Год назад +18

    I accidentally disabled the comments for the first time in 700 videos. I was wondering why this didn't receive any 🤦‍♂

  • @ankushbhagatofficial
    @ankushbhagatofficial Год назад +12

    Most underrated framework 😮

  • @dilversingh8766
    @dilversingh8766 11 месяцев назад +2

    Excellent, i like voice and the way you explain❤

  • @Mazzhot
    @Mazzhot Год назад +9

    No way i lived to see Python bein a good language for GUI applications. Am i dreaming?

    • @Indently
      @Indently  Год назад +2

      Flet is honestly the first time I considered using Python for something GUI related. I mean at least for computer apps, I haven't tried for iOS or Android apps yet, where I usually prefer to go full native.

  • @guilhermesouza9321
    @guilhermesouza9321 4 месяца назад

    Thanks for the video.

  • @mehranasghari319
    @mehranasghari319 4 месяца назад

    Great playlist. thank you for your beautiful content. For beginners you can first build an app that will show 'hello world!'. I thought for first video, creating an increment decrement app was a little hard.

  • @dougduker2681
    @dougduker2681 4 месяца назад

    These are great, it would be awesome to attached the code in case we make a typo and want to reference the code. Scrolling back through the video works, but it would be nice to have the completed file attached. See Tech with Tim for great discipline in overviews and content.

  • @ndimensions9898
    @ndimensions9898 10 месяцев назад +3

    page.width, page.height is not working as expected!

    • @elvisboateng5752
      @elvisboateng5752 10 месяцев назад

      Yes, having the same issue

    • @melonga7435
      @melonga7435 9 месяцев назад +2

      It's page.window_width and page.window_height @elvisboateng5752

  • @Nicpesca
    @Nicpesca Год назад +1

    hello, have you worked with the canvas or the stack? I want to put some images and have them change size as the window changes size, but I dont find the way to do. Maybe you can help me, thanks.

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

    man thank you this is im looking. hoping to implement this one at my job. please keep on coming.

  • @Another_Look
    @Another_Look 9 месяцев назад

    Thank you so much!

  • @Kwame-Owusu
    @Kwame-Owusu Год назад +2

    what IDE is he using? and what is the theme?

    • @AhmedHA88
      @AhmedHA88 Год назад +1

      pycharm default theme

  • @danielong9170
    @danielong9170 10 месяцев назад +1

    IF anyone is having issues with recursion error, please remove the ThemeMode line of code and it will work

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

    new to coding, tried exact same code as in video, getting error - AttributeError: 'str' object has no attribute 'current'.
    Any help would be much appreciated

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

    "ElevatedButton not accessed..." kindly help me here

  • @apertaplays
    @apertaplays 6 месяцев назад

    why is this so hard to understand?