Login & Register in Python 3x, Base program for who want to create a Login & Register System
To Run the program and edit the scripts i recommended you to use PyCharm
It's simple but.. Before ALL you need to donwload mysql.connector...Find some guides on Internet Ex: (https://dev.mysql.com/doc/connector-python/en/connector-python-installation-binary.html)
-
You need to have XAMPP activated and Run Apache and SQL, now go to your Browser and write 127.0.0.1/phpmyadmin
-
Now create a Database (Ex: test), a Table=users with id (AUTO INCREMENT AND PRIMARY KEY, ARE IMPORTANT !!), username (255), password (255)
-
Now check my script and edit the connection: (You will find this script into "modules/funzioni.py" mydb = mysql.connector.connect( host="localhost", user="root", passwd="", #Edit if you have it database="prova" #Edit with your Database's name )
-
Check all scripts and edit the SQL strings in case if you have insert different variable names in the Database
-
Ok perfect now Run the program and Enjoy my Login & Register with Python ! :D
Yes, you can download it and you can Edit whatever you want and implement this into your programs !
I made this in Italian, but soon will arrive the entire Translation in english...sorry for this mistake...