Python with MySQL: Signup Page Linked With Login Page

Поделиться
HTML-код
  • Опубликовано: 27 ноя 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?

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

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

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

  • @smosaikapi9172
    @smosaikapi9172 Год назад

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

  • @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

  • @abimani6320
    @abimani6320 Год назад

    What If users want to signup through Google or Facebook or Twitter account? anyone give me soln for 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?

  • @Arnab_5555
    @Arnab_5555 Месяц назад

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

    • @codinglifestyle4u
      @codinglifestyle4u  Месяц назад

      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

  • @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

  • @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

  • @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

  • @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.

  • @YashwanthCse-p8g
    @YashwanthCse-p8g Год назад

    can I get the code please

  • @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