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

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ม.ค. 2025

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

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

  • @inspirationalstories6650
    @inspirationalstories6650 3 ปีที่แล้ว +6

    I wanted this kind of a video thank a lot

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

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

  • @kingmenka2085
    @kingmenka2085 5 หลายเดือนก่อน

    Thanks for the video. Simply awesome....

  • @codewithyoosuf2215
    @codewithyoosuf2215  3 ปีที่แล้ว +7

    Subscribe

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

    Good video

  • @SathikBasha-hq2ii
    @SathikBasha-hq2ii ปีที่แล้ว +2

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

  • @reaper-w7j
    @reaper-w7j ปีที่แล้ว +1

    Thanks :)

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

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

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

    God bless you

  • @YacineTouati-y1c
    @YacineTouati-y1c 5 หลายเดือนก่อน

    Thanks broo

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

    Thank you so so much for this

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

    Thanks so much❤

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

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

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

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

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

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

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

      @@codewithyoosuf2215 ok thanks

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

    thank you bro

  • @SakshiTayade-z1c
    @SakshiTayade-z1c 11 หลายเดือนก่อน

    Sir which editor do you use to run python program

  • @SakshiTayade-z1c
    @SakshiTayade-z1c 11 หลายเดือนก่อน +1

    Helpful

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

  • @sarkarbrothers9574
    @sarkarbrothers9574 11 หลายเดือนก่อน

    respect

  • @gssmoorthy851
    @gssmoorthy851 7 หลายเดือนก่อน

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

  • @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 8 หลายเดือนก่อน

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

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

    Plz bro next part logout system

  • @zyzz.vaibhav
    @zyzz.vaibhav 9 หลายเดือนก่อน

    You are using Pydroid right?

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

    Hi

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

  • @boby68204
    @boby68204 10 หลายเดือนก่อน

    Bro

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

    Bro How To code tkinter codes in phone 🥲

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

      @@SparrowO7 Hi, there are many mobile IDE's to download. You can download one of them and install tkinter.

  • @uroojkanwal66
    @uroojkanwal66 4 หลายเดือนก่อน

    good video

  • @JACK-ti1gg
    @JACK-ti1gg 5 หลายเดือนก่อน

    Bro