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

Поделиться
HTML-код
  • Опубликовано: 20 окт 2021
  • Python Tkinter tutorial | part 19.
    • Creating a Login page in Tkinter.
    Enjoy watching.

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

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

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

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

    Good video

  • @inspirationalstories6650
    @inspirationalstories6650 2 года назад +5

    I wanted this kind of a video thank a lot

  • @soorajdmg
    @soorajdmg 11 месяцев назад +3

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

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

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

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

      ​@@adewoledavid1082 globally declare

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

    God bless you

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

    Subscribe

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

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

    Thank you so so much for this

  • @gssmoorthy851
    @gssmoorthy851 18 дней назад

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

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

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

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

    thank you bro

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

    respect

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

    Hi

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

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

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

    Thanks :)

  • @user-yx4fc4jm9w
    @user-yx4fc4jm9w 5 месяцев назад

    Sir which editor do you use to run python program

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

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

  • @user-yx4fc4jm9w
    @user-yx4fc4jm9w 5 месяцев назад +1

    Helpful

  • @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 Месяц назад

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

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

    Thanks so much❤

  • @user-yc3kb5fc6h
    @user-yc3kb5fc6h 10 месяцев назад

    Plz bro next part logout system

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

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

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

      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 2 месяца назад

      @@codewithyoosuf2215 ok thanks

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

    Bro

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

    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

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

    You are using Pydroid right?