Это видео недоступно.
Сожалеем об этом.

Login and Registration Form using Python and MySQL - Complete Tutorial | Python Project | Tkinter

Поделиться
HTML-код
  • Опубликовано: 22 дек 2021
  • Login and Registration form using Python and MySQL. The Graphical Interface of this Python project is developed using the Python Tkinter module. Get the Source Code and more information about this project from my Website.
    💻 Source Code
    -------------------------------------------------------------------------
    pyseek.com/2021/03/login-and-...
    -------------------------------------------------------------------------
    🍁Feel free to leave your message📩 in the comment section. You'll get a reply soon.
    🧑‍💻The Author
    Subhankar Rakshit: pyseek.com/about/
    👥Social Media
    -------------------------------------------------------------------------
    Facebook: / pyseek
    Twitter: / pyseek1
    Instagram: / subhankarraks
    -------------------------------------------------------------------------

Комментарии • 50

  • @pyseek
    @pyseek  2 года назад

    ☛Source Code: pyseek.com/2021/03/login-and-registration-form-in-python/

  • @sukhendumandal4696
    @sukhendumandal4696 2 года назад

    Your I love you coding was amazing it truly worth ❤️❤️💕

  • @arjunprajput9
    @arjunprajput9 Год назад +2

    very nice bro

  • @user-cy7jf3st4j
    @user-cy7jf3st4j Год назад

    How do I implement the login function using mysql in the tkinter program and distribute it?
    because it's localhost
    It seems to only work on my computer.

    • @pyseek
      @pyseek  Год назад +1

      Instead of using localhost you need to build or buy your own server.

  • @mustaphato
    @mustaphato 2 года назад

    thank you bro

    • @mustaphato
      @mustaphato 2 года назад

      workin at adobe color for front end

  • @kratikadhakare8241
    @kratikadhakare8241 2 года назад

    Error coming unknown authentication_string.plugin in field list
    How to resolve it??? Plzzz help asap

    • @pyseek
      @pyseek  2 года назад

      Oh!, I'm really sorry for miss out your comment. If you can, please send me the screenshot of the error message at pyseek89@gmail.com
      I'll try to give you an immediate response.

  • @HemantKumar-bn9nz
    @HemantKumar-bn9nz Год назад

    i install python in jupiter but how to connect mysql with python please help me, i saw many video on youtube but i can't connect please solve this problem

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

      Have you installed the pymysql library?

  • @sukhendumandal4696
    @sukhendumandal4696 2 года назад

    Thanks for making this video this video is very helpful for ne

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

    Error 1396(HY000):operation create USER failed for 'user1'@'localhost' please solve this problem bro

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

      Did you generate a distinct username and password for your database server?

  •  9 месяцев назад

    From PIL import Image,ImageTk
    ModulNotFoundError : No module named 'PIL'
    YE SHOW HO RHA HAI

    • @pyseek
      @pyseek  9 месяцев назад

      Run this command: pip install Pillow

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

    hello i am getting this error : Error due to 'cryptography' package is required for sha256_password or caching_sha2_password auth methods

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

      Are you trying to connect the MySQL database remotely? If so, this article may help you.
      Check it out: stackoverflow.com/questions/54477829/cryptography-is-required-for-sha256-password-or-caching-sha2-password
      Be sure to let me know if it helps you or not.

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

      @@pyseek Hello I am not and I have the cryptography package installed

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

      @@SquidSnipes MySQL Database Server installed in your system where you are running the code?

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

      @@pyseek yes correct everything runs on the same computer and I've double checked credentials to make sure nothing is wrong so idk what it could be

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

      @@SquidSnipes Send me the screenshot of the page (with error message) at pyseek89@gmail.com

  • @user-om7gj5bf8o
    @user-om7gj5bf8o 6 месяцев назад

    soruce code available nhi ho rha web site per

    • @pyseek
      @pyseek  6 месяцев назад

      Visit pyseek.com and search for "Login and Registration Form.
      Click on the article titled "Create a Login and Registration Form using Python and MySQL."
      Scroll down to the "Download Source Code" section and download the relevant files.
      This article provides a detailed explanation of the project and the code itself. I hope this helps!

  •  4 месяца назад

    Hlo Sir ,
    I use this project as a minor project.
    Now I Want to know how to make this project as Major project ... Please guide me 🙏

    • @pyseek
      @pyseek  4 месяца назад

      Hi, thanks for reaching out!
      I'm glad you found my project useful for your minor project. To help guide you in expanding it into a major project, I'll need a little more information about what you're looking for.

    • @nikitakanwal9282
      @nikitakanwal9282 2 месяца назад

      Did u got the way to major project?

  • @nikitakanwal9282
    @nikitakanwal9282 2 месяца назад

    Sir..my signup page isnt working..showing as PhotoImage has no __photoimage__photo attributes

    • @pyseek
      @pyseek  2 месяца назад

      Send me the sreenshot of the error message at contact@pyseek.com

    • @pyseek
      @pyseek  2 месяца назад

      Please check your emails.

  • @saadansari6319
    @saadansari6319 2 года назад

    Getting this error while trying to login but signup window running perfectly and saving data on mysql
    Error due to 'cryptography' package is required for sha256_password or caching_sha2_password auth methods

    • @pyseek
      @pyseek  2 года назад +1

      OK, I've found two ways:
      1. First, try with this: "pip install cryptography"
      still if you're getting the error message, then try the second one
      2. python3 -m pip install PyMySQL[rsa]
      Please let me know again, the problem resolved or not

    • @saadansari6319
      @saadansari6319 2 года назад

      @@pyseek thnks bro after installing cryptography the problem is solve
      Bro i need a minor project for my college i have to submit tomorrow so let me give any python mini project to me which fullfill UPDATE,DELETE,CREATE, sql property....

    • @pyseek
      @pyseek  2 года назад

      @@saadansari6319 Visit PySeek -> Projects
      You'll get so many results from there.
      Specially "Library Management", "Contact Management", "Student Management". Check these out from there.
      Again, let me know...

    • @pyseek
      @pyseek  2 года назад

      I described every projects with full information.

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

    Sorry al fields are required

  • @anun7823
    @anun7823 4 месяца назад

    Sir source code link is not available can you share it sir plz

    • @pyseek
      @pyseek  4 месяца назад

      Head over to pyseek.com/ and search for 'login and registration.' You'll find a complete article with a full explanation and the source code included!
      If you run into any problems working on the project, feel free to reach out at contact@pyseek.com

    • @anun7823
      @anun7823 4 месяца назад

      Thank you sir

  • @atharvabarde8538
    @atharvabarde8538 4 месяца назад

    Source code??

    • @pyseek
      @pyseek  4 месяца назад

      Visit pyseek.com and search for "Login and Registration Form". You will get a detailed article on this topic with the Source Code also.

    • @atharvabarde8538
      @atharvabarde8538 4 месяца назад

      @@pyseek not showing any result, pls pls pls can share the link, it will REALLY helpful

  • @abdulbasit1437
    @abdulbasit1437 2 года назад

    very nice but how to contact you bro

    • @pyseek
      @pyseek  2 года назад

      Reach me at pyseek89@gmail.com