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
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
Thanks for the video. Simply awesome....
Good video
Subscribe
God bless you
Helpful
Mam I got attributeerror: object has not 'get' what can I do ?
Me too
Thank you so so much for this
Your welcome 🙂
Thank you so much❤❤❤❤❤❤❤❤
Your welcome
Thanks broo
Thanks so much❤
Your welcome
Thanks :)
Welcome
@@codewithyoosuf2215
Source code Please
Hi
Mam instead of creating new window can i open another python file. Is it possible??
Please tell me the open file code??
thank you bro
You're welcome!
Same I got nonetype error 'get' did not have attributes what can I do ?
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
Sir which editor do you use to run python program
Pydroid 3
Plz bro next part logout system
Sure
❤
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
respect
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
Bro
Bro How To code tkinter codes in phone 🥲
@@SparrowO7 Hi, there are many mobile IDE's to download. You can download one of them and install tkinter.
good video
Bro