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

  Рет қаралды 26,836

Code with Yoosuf

Code with Yoosuf

Күн бұрын

Пікірлер: 52
@soorajdmg
@soorajdmg Жыл бұрын
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 жыл бұрын
I wanted this kind of a video thank a lot
@codewithyoosuf2215
@codewithyoosuf2215 3 жыл бұрын
Your welcome!
@codewithyoosuf2215
@codewithyoosuf2215 3 жыл бұрын
Subscribe
@kingmenka2085
@kingmenka2085 5 ай бұрын
Thanks for the video. Simply awesome....
@abdulhameedmalik4299
@abdulhameedmalik4299 11 ай бұрын
Thanks dear this is a good video as u have explained it clearly
@abdulhameedmalik4299
@abdulhameedmalik4299 11 ай бұрын
Good video
@revathiselvaraj556
@revathiselvaraj556 Жыл бұрын
God bless you
@SakshiTayade-z1c
@SakshiTayade-z1c 11 ай бұрын
Helpful
@SathikBasha-hq2ii
@SathikBasha-hq2ii Жыл бұрын
Mam I got attributeerror: object has not 'get' what can I do ?
@godickstest2792
@godickstest2792 9 ай бұрын
Me too
@reaper-w7j
@reaper-w7j Жыл бұрын
Thanks :)
@codewithyoosuf2215
@codewithyoosuf2215 Жыл бұрын
Welcome
@Versatile77
@Versatile77 Жыл бұрын
​@@codewithyoosuf2215 Source code Please
@axmednajaadprogramer
@axmednajaadprogramer Жыл бұрын
Thank you so much❤❤❤❤❤❤❤❤
@codewithyoosuf2215
@codewithyoosuf2215 Жыл бұрын
Your welcome
@YacineTouati-y1c
@YacineTouati-y1c 5 ай бұрын
Thanks broo
@samhitha2623
@samhitha2623 Жыл бұрын
Thank you so so much for this
@codewithyoosuf2215
@codewithyoosuf2215 Жыл бұрын
Your welcome 🙂
@rc4957
@rc4957 3 жыл бұрын
Hi
@axmednajaadprogramer
@axmednajaadprogramer Жыл бұрын
Thanks so much❤
@codewithyoosuf2215
@codewithyoosuf2215 Жыл бұрын
Your welcome
@OmaimaBoustik
@OmaimaBoustik 8 ай бұрын
@SakshiTayade-z1c
@SakshiTayade-z1c 11 ай бұрын
Sir which editor do you use to run python program
@codewithyoosuf2215
@codewithyoosuf2215 11 ай бұрын
Pydroid 3
@revathir4199
@revathir4199 8 ай бұрын
Mam instead of creating new window can i open another python file. Is it possible?? Please tell me the open file code??
@zptrack2490
@zptrack2490 Жыл бұрын
thank you bro
@codewithyoosuf2215
@codewithyoosuf2215 Жыл бұрын
You're welcome!
@PrallabRoy
@PrallabRoy Жыл бұрын
Plz bro next part logout system
@codewithyoosuf2215
@codewithyoosuf2215 Жыл бұрын
Sure
@amolgarje2477
@amolgarje2477 8 ай бұрын
Hi, can i develop accounting software using python? If yes, pls advise tools names and process
@codewithyoosuf2215
@codewithyoosuf2215 8 ай бұрын
Yes, it is possible. You can use tkinter. But the process is a bit complicated. There are KZbin videos on how to build one.
@amolgarje2477
@amolgarje2477 8 ай бұрын
@@codewithyoosuf2215 ok thanks
@sarkarbrothers9574
@sarkarbrothers9574 11 ай бұрын
respect
@zyzz.vaibhav
@zyzz.vaibhav 9 ай бұрын
You are using Pydroid right?
@codewithyoosuf2215
@codewithyoosuf2215 9 ай бұрын
Yes
@BrianKiplaa-xu6ez
@BrianKiplaa-xu6ez 6 ай бұрын
Pycharm broo
@gssmoorthy851
@gssmoorthy851 6 ай бұрын
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 Жыл бұрын
@@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 Жыл бұрын
​@nlcontra9613 sorry for the late response, your welcome 🙂
@gsquarecubing9850
@gsquarecubing9850 7 ай бұрын
You want mtiplw users accounts without repeating the same bit of of code? I gotcha bro
@Practice_dsa_together
@Practice_dsa_together Жыл бұрын
How to limit number of attempts to try to login to 3
@codewithyoosuf2215
@codewithyoosuf2215 Жыл бұрын
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 4 ай бұрын
Bro
How to create a Scroll page in Tkinter |  Python Tkinter tutorial part 20
2:20
Modern Graphical User Interfaces in Python
11:12
NeuralNine
Рет қаралды 1,6 МЛН
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
Secure Login System in Python
14:43
NeuralNine
Рет қаралды 115 М.
Using tkinter with classes
28:23
Atlas
Рет қаралды 76 М.
Python with MySQL: Login Page Linked With Signup Page
59:56
Coding Lifestyle 4u
Рет қаралды 103 М.
Create Stunning Python GUIs in 10 Minutes With Drag & Drop
11:38
Coding Is Fun
Рет қаралды 112 М.
Make Tkinter Look 10x Better in 5 Minutes (CustomTkinter)
4:40
TurbineThree
Рет қаралды 373 М.
Create Working Login System Using Python | Python Projects
29:55
Convert GUI App to Real Program -  Python to exe to setup wizard
23:27
Python Simplified
Рет қаралды 563 М.
Tkinter Login Form tutorial for COMPLETE beginners [responsive layout]
33:12
Code First with Hala
Рет қаралды 139 М.
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН