Python with MySQL: Login Page Linked With Signup Page

  Рет қаралды 92,327

Coding Lifestyle 4u

Coding Lifestyle 4u

Күн бұрын

Hey everyone, in this video you will learn how to build a GUI of a login page with Tkinter using python.
In this project login and sign-up pages are linked with each other.
I have used the MySQL database to store the user data which the user will enter during sign up and with the help of that data user will be able to log in and change the password.
Source Code:
faizan-er.myinstamojo.com/pro...
Project Images: drive.google.com/drive/folder...
Time Stamp:
(00:00:00) Intro
(00:00:10) Demo
(00:05:27) Setup
(00:06:15) Creating Window
(00:08:30) Adding Background Image
(00:14:41) Adding Heading
(00:20:20) Adding Entry Fields
(00:45:54) Creating Buttons
(00:53:34) Adding Logo Images
(00:59:38) Ending
Terms related to this video:
login page using tkinter python
login page using tkinter in python
login page using tkinter github
signup page using tkinter
simple login page using tkinter
login page in python tkinter with database
how to make login page in tkinter
login app using python
login form using python
how to create signin form using tkinter
how to create a registration form using python
login page python
python login page
Tags:
#tkinterproject #pythonproject #pythonguitutorial
★★★ Subscribe ★★★
/ @codinglifestyle4u
★★★ Follow ★★★
/ coding_lifestyle_4u
Thanks for watching.
Please Like, Subscribe & Share.
Stay tuned for upcoming projects 🙂

Пікірлер: 118
@bharathv3704
@bharathv3704 2 ай бұрын
Awesome bro Really very clearly this Vedio
@codinglifestyle4u
@codinglifestyle4u 2 ай бұрын
Thanks 😀
@kalpanasharma5000
@kalpanasharma5000 Жыл бұрын
Thanks 👌 😊
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
All the best 😀
@aniebueisaac2125
@aniebueisaac2125 10 ай бұрын
I hv used ,icon-icon to get the background image u used in project and can't get fine it?
@codinglifestyle4u
@codinglifestyle4u 10 ай бұрын
Can u show me the pic of what u r trying to do on instagram coding_lifestyle_4u
@smosavalery3056
@smosavalery3056 Жыл бұрын
Good day, what if i'd like to encrypt data insert when signup to database?
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
You can use the 'bcrypt' module to encrypt the data, for more information search on google how to use it
@nathbrnt4080
@nathbrnt4080 Жыл бұрын
I have a little problem with all the borders. Even if I have put bd=0 I still have a little grey border around my entry zone that become black when I click on it and I don't know how to solve it. Also the background of every button don't want to change color.
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
To remove the grey border around an entry widget in Tkinter, you can set the highlightthickness to 0. Here's an example: entry = Entry(root, bd=0, highlightthickness=0) This should remove the grey border that appears around the entry widget. Regarding the background color of the button not changing, make sure that you are using the correct option for setting the background color. The option for background color in Tkinter is 'bg' or 'background' button = Button(root, text="Button", bg="red")
@nathbrnt4080
@nathbrnt4080 Жыл бұрын
@@codinglifestyle4u thanks it is working now
@yashtaneja8242
@yashtaneja8242 11 ай бұрын
sir whenever i add root.geometry or add font size it shows error and in error it take error from another file where python is install or that file when comes how to solve that it run only my commands not from other file
@codinglifestyle4u
@codinglifestyle4u 11 ай бұрын
Send me the error pic on instagram coding_lifestyle_4u
@jamescarltorres6711
@jamescarltorres6711 7 ай бұрын
what app did you use to create a log in page and how to install?
@codinglifestyle4u
@codinglifestyle4u 7 ай бұрын
I have used the community version of pycharm
@harisghaffar2577
@harisghaffar2577 Жыл бұрын
When i try to move from one window to other it give me this error NameError: name 'SignUp' is not defined my file are ipynb file please guide me i can't change them to py file because i'm working in jupyter notebook
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
pip install nbconvert Convert the .ipynb file into a Python script using the nbconvert command-line tool. For example: jupyter nbconvert --to script notebook.ipynb This will create a .py file with the same name as your notebook. And then simply import notebook
@KAMLAMAHATO-jn6bo
@KAMLAMAHATO-jn6bo Ай бұрын
which application is used to do the program mean the program part which you are doing
@codinglifestyle4u
@codinglifestyle4u Ай бұрын
Pycharm
@GraceandWisdom
@GraceandWisdom Жыл бұрын
I am new to Python, so I don't fully understand how things work. Everytime I attempt to add the Pillow module, it says ModuleNotFoundError: No module named 'PIL' I have uninstalled it multiple times. What needs to be done?
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
Install module by going into Files- settings -project-python interpretor - click on plus icon - search for the module and install
@GraceandWisdom
@GraceandWisdom Жыл бұрын
Sir, you completely ROCK! I have it working within the PyCharm IDE; Visual Studio Code is still out-of-sync.
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
Great 😃
@ridwanhakim680
@ridwanhakim680 Жыл бұрын
@@codinglifestyle4u oleh ol
@ridwanhakim680
@ridwanhakim680 Жыл бұрын
@@codinglifestyle4u o
@user-zg1wp2gt3l
@user-zg1wp2gt3l 10 ай бұрын
good day sir, from the very beginning mine is throwing an attribute error: AttributeError: 'PhotoImage' object has no attribute '_PhotoImage__photo'. Please may i know what i may be doing wrong?
@codinglifestyle4u
@codinglifestyle4u 10 ай бұрын
Can u send me the error pic on instagram coding_lifestyle_4u
@user-zg1wp2gt3l
@user-zg1wp2gt3l 10 ай бұрын
@@codinglifestyle4u I've sent you the message sir and you haven't replied
@codinglifestyle4u
@codinglifestyle4u 10 ай бұрын
I replied
@user-ee8cl4fk6e
@user-ee8cl4fk6e 4 ай бұрын
i am getting the same error please help me
@yaashvidhyani5427
@yaashvidhyani5427 3 ай бұрын
sir im getting the same error please help me as i have to submit my project tomorrow@@codinglifestyle4u
@SUBORNOVISION
@SUBORNOVISION Жыл бұрын
Thanks for the new project. at 4:26 regarding re-setting of password, it would be better if it is verified through e-mail access which is practiced in professional password reset system to be more secured.. Pls. think about it.
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
Password is reset only when u will enter the correct email which u entered while sign up
@SUBORNOVISION
@SUBORNOVISION Жыл бұрын
@@codinglifestyle4u Thanks for your reply. but other person may know my email address ( e-mail is nothing seret) so anyone who knows my email , he can reset my pw easily. That's why there is system either email verification or one time pass code through email or mobile. Hope I could make you understand.
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
Ok got it ill try :)
@danieljohncanedacatudio5072
@danieljohncanedacatudio5072 Жыл бұрын
@@codinglifestyle4u if there is a possibility to connect that GUI to online world. I think SUBORNO want it to at least put a verification code entry during the reset process. If verification code did not matched even if the email is correct then there's no way that the user can save the changes of the password, however when the user tried to reset a password using an email that never exist on the app there should be an error message telling the user that the email can't be able to receive verification code 'cos it didn't exist on the database.
@jamiluyahaya3018
@jamiluyahaya3018 Жыл бұрын
Amazing keep it up but you forget to drop the imaga
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
Haha I added thanks for reminding me 😊
@gargighosh7061
@gargighosh7061 6 ай бұрын
Can i do this in Idle instead of pycharm??
@codinglifestyle4u
@codinglifestyle4u 6 ай бұрын
Yes you can
@priyanshupanchal1784
@priyanshupanchal1784 Жыл бұрын
Can you share the picture file you have used in this project?
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
Its there in the description of the video
@ruhishasamnani
@ruhishasamnani Жыл бұрын
having an exception name error although everything is proper kindly give some solution sir
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
What is the error? can u send me the pic on insta coding_lifestyle_4u
@gyampohenoch7529
@gyampohenoch7529 Жыл бұрын
Hii , I have tried a lot of python projects on KZbin but yours is the best since I am able to understand it really well. Keep it up. But please can I get a link to download the background images and logo you used for this project? Since I have searched everywhere but can't find a good one. Thanks
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
Thank you, the images link is in the description of the video
@pravarmishra7192
@pravarmishra7192 Жыл бұрын
26:58 def on_enter(enter): if usernameentry.get()=="username": usernameentry.delete(0,-1) usernameentry('',on_enter()) throwing TypeError: on_enter() missing 1 required positional argument: 'enter' fix needed asap.
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
def on_enter(event): if usernameentry.get() == "username": usernameentry.delete(0, 'end') usernameentry.bind('', on_enter)
@pravarmishra7192
@pravarmishra7192 Жыл бұрын
@@codinglifestyle4u thanks found out the fix my bad. missed the bind.
@ramya.kramya.k7059
@ramya.kramya.k7059 Жыл бұрын
At the time of 36:18 i can't get my login screen what will be the problem sir i don't have any error issue then why the screen is not coming sir???
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
Did u use the root.mainloop() method at the end?
@ramya.kramya.k7059
@ramya.kramya.k7059 Жыл бұрын
@@codinglifestyle4u no sir after that only i came to the knowledge sir .i have made it crt and thanks for the quick response sir
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
Yeah my pleasure 😀
@ramya.kramya.k7059
@ramya.kramya.k7059 Жыл бұрын
@@codinglifestyle4u 😄
@thezero277
@thezero277 10 ай бұрын
Can I buy your code without using Indian money? I'm from Thailand.
@codinglifestyle4u
@codinglifestyle4u 10 ай бұрын
If you have PayPal then ping me on instagram coding_lifestyle_4u
@kamalsharma2839
@kamalsharma2839 Жыл бұрын
Is there a way without using any modules?
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
No
@hakizuwerajunior8941
@hakizuwerajunior8941 Жыл бұрын
comment for inline coding will help for starters please Thank you
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
Thank you for your feedback I will take care of this next time onwards
@thabangraykutumane6639
@thabangraykutumane6639 Жыл бұрын
can you please show how you connect mysql with python and also please great a python project that will connect to sql/mysql database please
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
Plz watch the videos i have explained how to connect python with mysql
@Harshbadala27
@Harshbadala27 Жыл бұрын
Can I use this application in my mobile
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
No, its only for desktop
@JupiShinn
@JupiShinn Жыл бұрын
35:20 would be easier to have just one def with elif ? def on_enter(event): if user_entry.get() == 'username': user_entry.delete(0, END) elif pass_entry.get() == 'password': pass_entry.delete(0, END)
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
Yes 👍
@danieljohncanedacatudio5072
@danieljohncanedacatudio5072 Жыл бұрын
add this as well... elif user_entry.get() == '': user_entry.insert(0, "Username") elif pass_entry.get() == '': pass_entry.insert(0, "Password") add this to keep the label available whenever one of the text box is empty.
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
Thanks Daniel
@danieljohncanedacatudio5072
@danieljohncanedacatudio5072 Жыл бұрын
@@codinglifestyle4u thank you more for having this patience to create such long video just to teach us on how to design that beautiful log in user interface.
@bushrashabbir1323
@bushrashabbir1323 Жыл бұрын
How do I connect login page to another page??when session is login..
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
You just have to import another python file just like we imported the login file when clicking on the signup button
@bushrashabbir1323
@bushrashabbir1323 Жыл бұрын
@@codinglifestyle4u me try kr chuki hu but nh hua
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
Show me the code pic on insta coding_lifestyle_4u
@sajidmalek8010
@sajidmalek8010 7 ай бұрын
But mari image small aarhi ha kya kru sir?
@codinglifestyle4u
@codinglifestyle4u 7 ай бұрын
Konsi image ?
@Neha-yp6kl
@Neha-yp6kl 10 ай бұрын
Can I get the code sir?
@codinglifestyle4u
@codinglifestyle4u 10 ай бұрын
Text me on instagram coding_lifestyle_4u
@digitalindiakarnainansari79
@digitalindiakarnainansari79 11 ай бұрын
Instagram work nahin le raha hai aapka
@codinglifestyle4u
@codinglifestyle4u 11 ай бұрын
coding_lifestyle_4u ..ye search karo
@movieshortking2860
@movieshortking2860 11 ай бұрын
How to change size of the image😅
@codinglifestyle4u
@codinglifestyle4u 11 ай бұрын
You can use the image resize method of tkinter ..u can search on google
@digitalindiakarnainansari79
@digitalindiakarnainansari79 11 ай бұрын
Mujhe iska soch code chahie Jo video mein Bata rahe hain to 1 se 4 Tak aapka yah video hai yah Charon ka mujhe Kaun file chahie
@codinglifestyle4u
@codinglifestyle4u 11 ай бұрын
Instagram pe msg karo 'coding lifestyle 4u'
@digitalindiakarnainansari79
@digitalindiakarnainansari79 11 ай бұрын
@@codinglifestyle4u Instagram aapka nahin le raha
@hemantyadav9557
@hemantyadav9557 11 ай бұрын
Sourcecode sir?
@codinglifestyle4u
@codinglifestyle4u 11 ай бұрын
Ping me on instagram coding_lifestyle_4u
@harshjeetsinhjadeja5610
@harshjeetsinhjadeja5610 Жыл бұрын
Can you provide source code link plzz....?
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
It would be better if you try to build it by watching tutorials
@harshjeetsinhjadeja5610
@harshjeetsinhjadeja5610 Жыл бұрын
@@codinglifestyle4u but tomorrow is my submission and its an emergency so plzz can to provide it ?
@Heisversatile
@Heisversatile Жыл бұрын
How do I get the pic tho🤧
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
It is in the description 😃
@JupiShinn
@JupiShinn Жыл бұрын
from tkinter import * from PIL import ImageTk if you have .png or .gif you can use just Photoimage - (Tkinter) For other formats as .jpeg , .bmp and others you use ImageTk.PhotoImage(file="image name") - (Pillow)
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
Thanks
@aniebueisaac2125
@aniebueisaac2125 10 ай бұрын
@@codinglifestyle4u how do I get the back ground image
@codinglifestyle4u
@codinglifestyle4u 10 ай бұрын
Thats in the description of the video
@rishabhmangal3999
@rishabhmangal3999 Жыл бұрын
can you provide the source code link?
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
Sorry please build it by watching the tutorials
@Jo-bf2hf
@Jo-bf2hf 3 ай бұрын
can u do this using pycharm
@codinglifestyle4u
@codinglifestyle4u 3 ай бұрын
Yes
@Jo-bf2hf
@Jo-bf2hf 3 ай бұрын
broo can be in contact with u cuz i am currently working on a project where i am building a login and registration page in python
@Harshbadala27
@Harshbadala27 Жыл бұрын
Esi applications banao jo mobile me bhi chale please
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
Ok sure 😊
@Harshbadala27
@Harshbadala27 Жыл бұрын
Thx
@baileysharons.s3415
@baileysharons.s3415 Жыл бұрын
i cant download the images
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
The images are in the description. Check the google drive link
@ashwinkhandare2957
@ashwinkhandare2957 Жыл бұрын
Having an exception Tclerror
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
What is the complete error . You can rewatch that part and see where you are making a mistake
@digitalindiakarnainansari79
@digitalindiakarnainansari79 11 ай бұрын
Instagram search karke hi aapka wala mein jaate Hain to to nahin le raha hai
@codinglifestyle4u
@codinglifestyle4u 11 ай бұрын
Text me ur whatsapp no. On my email codinglyfstyle@gmail.com
@badgood8477
@badgood8477 Жыл бұрын
Can i get your linkedIn profile ??? I want to connect with you on LinkedIN. Because the way you explain the things in this project is really incredible 😍😍 , your explanation is very easy to understand and easy to grasp!!!
@codinglifestyle4u
@codinglifestyle4u Жыл бұрын
Thank you so much I don't have a LinkedIn profile yet
@RuslanKhamidoullin
@RuslanKhamidoullin 7 ай бұрын
Парень не умеет пользоваться булевой логикой.)
@digitalindiakarnainansari79
@digitalindiakarnainansari79 11 ай бұрын
Aapka Mel mein WhatsApp number likh diya hun aur apna email id bhi usi mein add kar diya St mein according file mujhe bhej dijiyega taki mein bhi yah video dekhkar shikshakon aap ko dene ke liye dhanyvad Iske sath ISI mein aapka 4 video mein banae hain kya Charon ka coding file mujhe bhej dijiye aapka dene ke liye mujhe dhanyvad kar raha hun sir thank you❤❤
Python with MySQL: Signup Page Linked With Login Page
29:51
Coding Lifestyle 4u
Рет қаралды 25 М.
БОЛЬШОЙ ПЕТУШОК #shorts
00:21
Паша Осадчий
Рет қаралды 9 МЛН
1❤️
00:17
Nonomen ノノメン
Рет қаралды 13 МЛН
Became invisible for one day!  #funny #wednesday #memes
00:25
Watch Me
Рет қаралды 54 МЛН
Using tkinter with classes
28:23
Atlas
Рет қаралды 55 М.
Make Tkinter Look 10x Better in 5 Minutes (CustomTkinter)
4:40
TurbineThree
Рет қаралды 248 М.
Modern Graphical User Interfaces in Python
11:12
NeuralNine
Рет қаралды 1,5 МЛН
How to Connect HTML Form with MySQL Database using PHP
7:09
Technical Babaji
Рет қаралды 2,3 МЛН
Create Stunning Python GUIs in 10 Minutes With Drag & Drop
11:38
Coding Is Fun
Рет қаралды 20 М.
Convert GUI App to Real Program -  Python to exe to setup wizard
23:27
Python Simplified
Рет қаралды 494 М.
Python Flask Authentication Tutorial - Learn Flask Login
29:35
Arpan Neupane
Рет қаралды 214 М.
How to create login system project in python with MySql database
55:22