Create A Login Screen In Python With Flet (Tutorial)

Поділитися
Вставка
  • Опубліковано 10 гру 2024

КОМЕНТАРІ • 24

  • @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 10 місяців тому +12

    Most underrated framework 😮

  • @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.

  • @dilversingh8766
    @dilversingh8766 9 місяців тому +2

    Excellent, i like voice and the way you explain❤

  • @dougduker2681
    @dougduker2681 2 місяці тому

    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.

  • @mehranasghari319
    @mehranasghari319 2 місяці тому

    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.

  • @guilhermesouza9321
    @guilhermesouza9321 2 місяці тому

    Thanks for the video.

  • @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 7 місяців тому

    Thank you so much!

  • @danielong9170
    @danielong9170 8 місяців тому

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

  • @ndimensions9898
    @ndimensions9898 9 місяців тому +2

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

    • @elvisboateng5752
      @elvisboateng5752 8 місяців тому

      Yes, having the same issue

    • @melonga7435
      @melonga7435 7 місяців тому +2

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

  • @Kwame-Owusu
    @Kwame-Owusu Рік тому +2

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

    • @AhmedHA88
      @AhmedHA88 Рік тому +1

      pycharm default theme

  • @raviatremiel
    @raviatremiel 11 місяців тому

    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 4 місяці тому

    why is this so hard to understand?