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
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.
Big salute to your hardwork man...Doing code on a mobile phone is no kids play!
Noticed that too. Nice one. I have a question though, what is the use of global?
@@adewoledavid1082 globally declare
Thanks for the video. Simply awesome....
I wanted this kind of a video thank a lot
Your welcome!
Thanks dear this is a good video as u have explained it clearly
Subscribe
Good video
God bless you
Thanks broo
Helpful
Thank you so so much for this
Your welcome 🙂
Thanks :)
Welcome
@@codewithyoosuf2215
Source code Please
Hi
Thank you so much❤❤❤❤❤❤❤❤
Your welcome
Mam I got attributeerror: object has not 'get' what can I do ?
Me too
Thanks so much❤
Your welcome
❤
thank you bro
You're welcome!
Mam instead of creating new window can i open another python file. Is it possible??
Please tell me the open file code??
respect
Plz bro next part logout system
Sure
Sir which editor do you use to run python program
Pydroid 3
Hi, can i develop accounting software using python?
If yes, pls advise tools names and process
Yes, it is possible. You can use tkinter. But the process is a bit complicated. There are RUclips videos on how to build one.
@@codewithyoosuf2215 ok thanks
Same I got nonetype error 'get' did not have attributes what can I do ?
Bro
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
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.
@@codewithyoosuf2215 ohh I actually figured out over a week ago, I just made it a “or” loop. But thanks for responding, I appreciate it.
@nlcontra9613 sorry for the late response, your welcome 🙂
You want mtiplw users accounts without repeating the same bit of of code? I gotcha bro
You are using Pydroid right?
Yes
Pycharm broo
How to limit number of attempts to try to login to 3
Hi,
U can use this code,
Login_attempts = 1
if Login_attempts
good video
Bro