Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 664 Bytes

File metadata and controls

19 lines (11 loc) · 664 Bytes

Python Authentication System

Installation

  • Clone the repo by running git clone https://github.com/geard-dev/python-authentication-system
  • cd to the src directory by doing cd python-authentication-system/src/
  • Run the python file by doing python main.py

Customizing

You'll want to add code to run when a user logs in sucessfully, you can put this code under where it says # Code to run when user sucessfully logged in:, make sure it stays in the def access():!

License

For license information, please view the LICENSE file

Contributing

Please view the CONTRIBUTING.md file for information about contributing to this repository