Big salute to your hardwork man...Doing code on a mobile phone is no kids play!
@adewoledavid1082 Жыл бұрын
Noticed that too. Nice one. I have a question though, what is the use of global?
@nitika-o2j Жыл бұрын
@@adewoledavid1082 globally declare
@inspirationalstories66503 жыл бұрын
I wanted this kind of a video thank a lot
@codewithyoosuf22153 жыл бұрын
Your welcome!
@codewithyoosuf22153 жыл бұрын
Subscribe
@kingmenka20855 ай бұрын
Thanks for the video. Simply awesome....
@abdulhameedmalik429911 ай бұрын
Thanks dear this is a good video as u have explained it clearly
@abdulhameedmalik429911 ай бұрын
Good video
@revathiselvaraj556 Жыл бұрын
God bless you
@SakshiTayade-z1c11 ай бұрын
Helpful
@SathikBasha-hq2ii Жыл бұрын
Mam I got attributeerror: object has not 'get' what can I do ?
@godickstest27929 ай бұрын
Me too
@reaper-w7j Жыл бұрын
Thanks :)
@codewithyoosuf2215 Жыл бұрын
Welcome
@Versatile77 Жыл бұрын
@@codewithyoosuf2215 Source code Please
@axmednajaadprogramer Жыл бұрын
Thank you so much❤❤❤❤❤❤❤❤
@codewithyoosuf2215 Жыл бұрын
Your welcome
@YacineTouati-y1c5 ай бұрын
Thanks broo
@samhitha2623 Жыл бұрын
Thank you so so much for this
@codewithyoosuf2215 Жыл бұрын
Your welcome 🙂
@rc49573 жыл бұрын
Hi
@axmednajaadprogramer Жыл бұрын
Thanks so much❤
@codewithyoosuf2215 Жыл бұрын
Your welcome
@OmaimaBoustik8 ай бұрын
❤
@SakshiTayade-z1c11 ай бұрын
Sir which editor do you use to run python program
@codewithyoosuf221511 ай бұрын
Pydroid 3
@revathir41998 ай бұрын
Mam instead of creating new window can i open another python file. Is it possible?? Please tell me the open file code??
@zptrack2490 Жыл бұрын
thank you bro
@codewithyoosuf2215 Жыл бұрын
You're welcome!
@PrallabRoy Жыл бұрын
Plz bro next part logout system
@codewithyoosuf2215 Жыл бұрын
Sure
@amolgarje24778 ай бұрын
Hi, can i develop accounting software using python? If yes, pls advise tools names and process
@codewithyoosuf22158 ай бұрын
Yes, it is possible. You can use tkinter. But the process is a bit complicated. There are KZbin videos on how to build one.
@amolgarje24778 ай бұрын
@@codewithyoosuf2215 ok thanks
@sarkarbrothers957411 ай бұрын
respect
@zyzz.vaibhav9 ай бұрын
You are using Pydroid right?
@codewithyoosuf22159 ай бұрын
Yes
@BrianKiplaa-xu6ez6 ай бұрын
Pycharm broo
@gssmoorthy8516 ай бұрын
Same I got nonetype error 'get' did not have attributes what can I do ?
@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 Жыл бұрын
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 Жыл бұрын
@@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 Жыл бұрын
@nlcontra9613 sorry for the late response, your welcome 🙂
@gsquarecubing98507 ай бұрын
You want mtiplw users accounts without repeating the same bit of of code? I gotcha bro
@Practice_dsa_together Жыл бұрын
How to limit number of attempts to try to login to 3
@codewithyoosuf2215 Жыл бұрын
Hi, U can use this code, Login_attempts = 1 if Login_attempts
@boby6820410 ай бұрын
Bro
@SparrowO7Ай бұрын
Bro How To code tkinter codes in phone 🥲
@codewithyoosuf2215Ай бұрын
@@SparrowO7 Hi, there are many mobile IDE's to download. You can download one of them and install tkinter.