Skip to content

Login & Register in Python 3x, Base program for who want to create a Login & Register System

Notifications You must be signed in to change notification settings

xSTeHi/Python-SQL-Login-Register

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Python-SQL-Login-Register

Login & Register in Python 3x, Base program for who want to create a Login & Register System

Editor

To Run the program and edit the scripts i recommended you to use PyCharm

HOW TO START ?

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)

  1. You need to have XAMPP activated and Run Apache and SQL, now go to your Browser and write 127.0.0.1/phpmyadmin

  2. Now create a Database (Ex: test), a Table=users with id (AUTO INCREMENT AND PRIMARY KEY, ARE IMPORTANT !!), username (255), password (255)

  3. 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 )

  4. Check all scripts and edit the SQL strings in case if you have insert different variable names in the Database

  5. Ok perfect now Run the program and Enjoy my Login & Register with Python ! :D

Open Source Sofware

Yes, you can download it and you can Edit whatever you want and implement this into your programs !

Language

I made this in Italian, but soon will arrive the entire Translation in english...sorry for this mistake...

About

Login & Register in Python 3x, Base program for who want to create a Login & Register System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages