How to create a Functional Login Page in Tkinter / Python Tkinter tutorial | part 19

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

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

  • @soorajdmg
    @soorajdmg Год назад +5

    Big salute to your hardwork man...Doing code on a mobile phone is no kids play!

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

      Noticed that too. Nice one. I have a question though, what is the use of global?

    • @nitika-o2j
      @nitika-o2j Год назад

      ​@@adewoledavid1082 globally declare

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

    Thanks for the video. Simply awesome....

  • @inspirationalstories6650
    @inspirationalstories6650 3 года назад +6

    I wanted this kind of a video thank a lot

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

    Thanks dear this is a good video as u have explained it clearly

  • @codewithyoosuf2215
    @codewithyoosuf2215  3 года назад +7

    Subscribe

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

    Good video

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

    God bless you

  • @YacineTouati-y1c
    @YacineTouati-y1c 3 месяца назад

    Thanks broo

  • @SakshiTayade-z1c
    @SakshiTayade-z1c 9 месяцев назад +1

    Helpful

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

    Thank you so so much for this

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

    Thanks :)

  • @rc4957
    @rc4957 3 года назад +4

    Hi

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

    Thank you so much❤❤❤❤❤❤❤❤

  • @SathikBasha-hq2ii
    @SathikBasha-hq2ii 10 месяцев назад +2

    Mam I got attributeerror: object has not 'get' what can I do ?

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

    Thanks so much❤

  • @OmaimaBoustik
    @OmaimaBoustik 7 месяцев назад

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

    thank you bro

  • @revathir4199
    @revathir4199 7 месяцев назад

    Mam instead of creating new window can i open another python file. Is it possible??
    Please tell me the open file code??

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

    respect

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

    Plz bro next part logout system

  • @SakshiTayade-z1c
    @SakshiTayade-z1c 9 месяцев назад

    Sir which editor do you use to run python program

  • @amolgarje2477
    @amolgarje2477 7 месяцев назад

    Hi, can i develop accounting software using python?
    If yes, pls advise tools names and process

    • @codewithyoosuf2215
      @codewithyoosuf2215  7 месяцев назад

      Yes, it is possible. You can use tkinter. But the process is a bit complicated. There are RUclips videos on how to build one.

    • @amolgarje2477
      @amolgarje2477 7 месяцев назад

      @@codewithyoosuf2215 ok thanks

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

    Same I got nonetype error 'get' did not have attributes what can I do ?

  • @boby68204
    @boby68204 8 месяцев назад

    Bro

  • @1contra
    @1contra Год назад

    Is there a way to make it so I can have different correct usernames that are valid, for example: username1 password1 and then username2 password2, both be a valid login

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

      Hi, you can try this by repeating the same statement with different user names n passwords, for example,
      elif username == 'any_user_name' and password == 'any_password':
      messagebox.showinfo('login', 'Login successful')
      root.destroy()
      top = Tk()
      top.configure(bg='white')
      U can repeat the above statement for multiple user names n passwords.

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

      @@codewithyoosuf2215 ohh I actually figured out over a week ago, I just made it a “or” loop. But thanks for responding, I appreciate it.

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

      ​@nlcontra9613 sorry for the late response, your welcome 🙂

    • @gsquarecubing9850
      @gsquarecubing9850 5 месяцев назад

      You want mtiplw users accounts without repeating the same bit of of code? I gotcha bro

  • @zyzz.vaibhav
    @zyzz.vaibhav 7 месяцев назад

    You are using Pydroid right?

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

    How to limit number of attempts to try to login to 3

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

      Hi,
      U can use this code,
      Login_attempts = 1
      if Login_attempts

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

    good video

  • @JACK-ti1gg
    @JACK-ti1gg 3 месяца назад

    Bro