Python with MySQL: Signup Page Linked With Login Page

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ย. 2024

ความคิดเห็น • 66

  • @sidahmed3366
    @sidahmed3366 ปีที่แล้ว

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

  • @felix-qf3wl
    @felix-qf3wl 4 หลายเดือนก่อน

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

  • @GraceandWisdom
    @GraceandWisdom ปีที่แล้ว

    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?

  • @smosaikapi9172
    @smosaikapi9172 ปีที่แล้ว

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

  • @hjvids1075
    @hjvids1075 ปีที่แล้ว

    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?

  • @harshitgupta2418
    @harshitgupta2418 ปีที่แล้ว +1

    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 !

    • @codinglifestyle4u
      @codinglifestyle4u  ปีที่แล้ว +2

      In your code, the issue is likely due to the fact that you are creating a new instance of the Tk class each time you switch between the login and signup pages. Creating multiple instances of the Tk class is not recommended and can lead to unexpected behavior, including termination of the program.
      To fix this issue, you should create only one instance of the Tk class and use different frames to switch between the login and signup pages

    • @harshitgupta2418
      @harshitgupta2418 ปีที่แล้ว

      @@codinglifestyle4u Thanks, You are right but by creating different frames in one instance of Tk the code becomes so Lengthy, Is it there any method so that I create different frames in different files and import it in the main file ?

  • @samadshaikh1918
    @samadshaikh1918 ปีที่แล้ว

    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?

  • @ruhishasamnani
    @ruhishasamnani ปีที่แล้ว

    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

  • @anonymousalien5392
    @anonymousalien5392 ปีที่แล้ว

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

  • @abimani6320
    @abimani6320 ปีที่แล้ว

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

  • @danieljohncanedacatudio5072
    @danieljohncanedacatudio5072 2 ปีที่แล้ว

    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?

    • @codinglifestyle4u
      @codinglifestyle4u  2 ปีที่แล้ว

      That solution I also didn't get till now :(

    • @danieljohncanedacatudio5072
      @danieljohncanedacatudio5072 2 ปีที่แล้ว +1

      @@codinglifestyle4u don't you have any other way to link this two windows aside of import? I might as well trying to find it out, will let you know once I find it out (knock on woods). Thank you again! You're the best

    • @paulcaul4525
      @paulcaul4525 2 ปีที่แล้ว

      @@danieljohncanedacatudio5072 Did you ever find the answer

    • @abimani6320
      @abimani6320 ปีที่แล้ว

      ​@@codinglifestyle4udid u find soln for that?

    • @codinglifestyle4u
      @codinglifestyle4u  ปีที่แล้ว

      Yes you can create a single TK() window and multiple frames and add your code in frames

  • @ramya.kramya.k7059
    @ramya.kramya.k7059 ปีที่แล้ว

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

    • @codinglifestyle4u
      @codinglifestyle4u  ปีที่แล้ว

      Maybe you have not used the place or grid method

    • @ramya.kramya.k7059
      @ramya.kramya.k7059 ปีที่แล้ว

      @@codinglifestyle4u i have used grid method sir still am not getting it

    • @codinglifestyle4u
      @codinglifestyle4u  ปีที่แล้ว

      Can u send me the pic of the output u r getting on instagram coding_lifestyle_4u

    • @ramya.kramya.k7059
      @ramya.kramya.k7059 ปีที่แล้ว

      @@codinglifestyle4u i have sent it sir

  • @itsme9877
    @itsme9877 8 หลายเดือนก่อน

    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??

    • @codinglifestyle4u
      @codinglifestyle4u  8 หลายเดือนก่อน

      Yes it happens..idk the reason .. but it can be solved if instead of creating new windows u can create frames ..for eg one frame to add login page and another frame to add signup page .. and you can use place_forget() like methods

    • @itsme9877
      @itsme9877 8 หลายเดือนก่อน

      @@codinglifestyle4u oh.. I am not sure about those methods..

    • @codinglifestyle4u
      @codinglifestyle4u  8 หลายเดือนก่อน +1

      Take help of chatgpt

    • @itsme9877
      @itsme9877 8 หลายเดือนก่อน

      @@codinglifestyle4u i am but the codes that i get frm chatgpt give thousands of errors..

    • @itsme9877
      @itsme9877 8 หลายเดือนก่อน

      I did but i m not able to get correct code from there.. There wll be errors n stuffs.. Its okay i ll try.. Thank you

  • @Arnab_5555
    @Arnab_5555 2 หลายเดือนก่อน

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

    • @codinglifestyle4u
      @codinglifestyle4u  2 หลายเดือนก่อน

      Please recheck u must be doing some mistake

    • @Arnab_5555
      @Arnab_5555 หลายเดือนก่อน

      @@codinglifestyle4u no Checked, it's can't Link up with.
      I am try
      def function() :
      signup. destroy ()
      Import loginpage
      Showing Command value Error??

    • @codinglifestyle4u
      @codinglifestyle4u  หลายเดือนก่อน

      Send me the error pic on instagram coding_lifestyle_4u

    • @Arnab_5555
      @Arnab_5555 หลายเดือนก่อน

      @@codinglifestyle4u I will send you Sir

  • @akshay-n2x
    @akshay-n2x ปีที่แล้ว

    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

    • @codinglifestyle4u
      @codinglifestyle4u  ปีที่แล้ว +1

      You can rewatch the video and match your code you must have made some mistake

    • @akshay-n2x
      @akshay-n2x ปีที่แล้ว

      @@codinglifestyle4u I used the place function instead

    • @codinglifestyle4u
      @codinglifestyle4u  ปีที่แล้ว +1

      So it is fixed ?

    • @nitronjoe6233
      @nitronjoe6233 ปีที่แล้ว

      The placing will be slightly different if you have a background image with different dimensions to the one shown in the video.

  • @Rajkumar_690
    @Rajkumar_690 ปีที่แล้ว

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

  • @YashwanthCse-p8g
    @YashwanthCse-p8g ปีที่แล้ว

    can I get the code please

  • @engg.jobwala3750
    @engg.jobwala3750 ปีที่แล้ว

    Page import nahi ho raha hai sir

    • @codinglifestyle4u
      @codinglifestyle4u  ปีที่แล้ว

      Rewatch that part and see what is the mistake

    • @engg.jobwala3750
      @engg.jobwala3750 ปีที่แล้ว

      @@codinglifestyle4u def login_page():
      #
      # signup_window.destroy()
      import user_login
      And error show
      _tkinter.TclError: image "pyimage3" doesn't exist
      PS C:\Users\A\Desktop\Login Page in python>

    • @nitronjoe6233
      @nitronjoe6233 ปีที่แล้ว

      @@engg.jobwala3750 Looking at your error you "pyimage3" file may not be in the same place as where your project is.

  • @geegee3766
    @geegee3766 ปีที่แล้ว

    Can I ask for code?

    • @codinglifestyle4u
      @codinglifestyle4u  ปีที่แล้ว

      ping me on instagram coding_lifestyle_4u

    • @yashwanthnizampatnam
      @yashwanthnizampatnam ปีที่แล้ว

      I already uploaded code as comment under this video for free, copy code thank me later

    • @335adityayadav2
      @335adityayadav2 ปีที่แล้ว

      @@yashwanthnizampatnam where it is bro

    • @yashwanthnizampatnam
      @yashwanthnizampatnam ปีที่แล้ว

      @@335adityayadav2 scroll the comments section below👇

    • @nomank8274
      @nomank8274 ปีที่แล้ว

      ​@@yashwanthnizampatnam can't see your comment bro. Could you please again provide the code here

  • @pravarmishra7192
    @pravarmishra7192 ปีที่แล้ว

    #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!

    • @pravarmishra7192
      @pravarmishra7192 ปีที่แล้ว

      #also when i click login button in signup page it quits with the message
      can't invoke "event" command: application has been destroyed
      while executing
      "event generate $w "
      (procedure "ttk::ThemeChanged" line 6)
      invoked from within
      "ttk::ThemeChanged"

    • @codinglifestyle4u
      @codinglifestyle4u  ปีที่แล้ว

      command=resignup dont add () parentheses