Python with MySQL: Signup Page Linked With Login Page

preview_player
Показать описание
Hey everyone, in this video you will learn how to build a GUI of a signup 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 that 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:

Time Stamp:
(00:00:00) Intro
(00:00:15) Setup
(00:00:36) Creating GUI
(00:01:22) Adding Background Image
(00:04:08) Creating Heading
(00:09:26) Creating Email Label & Its Entry Field
(00:13:31) Creating Username Label & Its Entry Field
(00:15:26) Creating Password Label & Its Entry Field
(00:16:17) Creating Confirm Password Label & Its Entry Field
(00:17:13) Creating Check Button
(00:20:23) Creating Signup Button
(00:22:59) Creating 'Don't have an account' Label
(00:23:52) Creating Log in Button
(00:27:05) Linking Signup & Login Page
(00:29:31) Ending

Terms related to this video:
how to create signup form using python
registration form in python using tkinter
login system using python with mysql database
login and registration in python with source code
login system using python
python login system with database
login and registration form using python
how to make a login system in python
login form in python
python signup page
python login page
python MySQL project

Tags:
#pythonsignuppage #tkinterproject #pythonproject #pythonprojectforbeginners #pythonguiproject

★★★ Subscribe ★★★

★★★ Follow ★★★

Thanks for watching.
Please Like, Subscribe & Share.
Stay tuned for upcoming projects 🙂
Рекомендации по теме
Комментарии
Автор

Merci pour ces cours génial qui mérite plus de 10k.

sidahmed
Автор

Thank you bro... An awesome work here with explanation you have done. wonderful

felix-qfwl
Автор

As stated in my previous comment, I love this. What I would like to know is how many landing pages have you created in order to quickly design and program this one?

GraceandWisdom
Автор

Is it possible to add options to register users with all privileges for admin and none for normal users?
How

smosaikapi
Автор

Hi, when I clicked on 'login' button then the login page opens and when I clicked on 'Create new one' button it opens signUp page but when I clicked again on login button it terminates and close
Basically I want to make it a loop so that it doesn't terminates, Can you please Help me !

harshitgupta
Автор

I tried the code till 4:44. When I'm running it the window box displayed is very large. Can you give any suggestion?

anonymousalien
Автор

hi, everything was working until i got to the log in underlined button. it did the same as you with the grid method but then when I used place instead like you said to, it stopped appearing on my screen. can you help with this?

hjvids
Автор

everything working properly, thanksalot for the video, but at the end of linking, extra file is opening which is blank, another file is working properly, pls give the solution for that

ruhishasamnani
Автор

What If users want to signup through Google or Facebook or Twitter account? anyone give me soln for that.

abimani
Автор

in function "login_page" i'm getting error as "invalid command name ...while executing ("after" script)".Do you know why am i getting an error like that?

samadshaikh
Автор

Sir My LOGIN page & sigup page can't link up its showing error

ValueError

Arnab_
Автор

I'm not getting the username caption after the email I'm only getting the box what will be the issue sir

ramya.kramya.k
Автор

I had this doubt.. I followed every step and it runs perfectly.. Thank you very much.. But i just tien switching between the 2 files repeatedly amd the window crashes after 3 switches.. Why is it so? And how to obercome it??

itsme
Автор

I used the same values as u used in every places but I am not getting the text in the desired place 😭😭. Pls reply fast I need to submit my project

akshay-nx
Автор

I am literally following your videos. But during the linking of the two windows, I found out that a consecutive of clicks on login button to go to log in window and create account button to go to create account window, these two automatically closes. Why is that happening?

danieljohncanedacatudio
Автор

Bro how we can add it to my website developed in html

Rajkumar_
Автор

#redirect function
def resignup():
root.destroy()
import signup
#create account button
createaccbtn=Button(root, text="create account", bd=0, highlightthickness=0, font=("Ariel", 11), command=resignup())
#throws error-(not redirecting to signup page)
_tkinter.TclError: can't invoke "button" command: application has been destroyedroot.destroy()
help please!

pravarmishra