This is a basic python module for account creation. You can add this in your repositories. Check main.py for modules.


Modules

1. Sign Up
2. Sign In
3. Sign Out
4. Delete account
5. Change Password

Usage

First import the module

Basic Usage

sign_in()  # For sign in
sign_up()  # For sign up
sign_out()  # For sign out 
delete_account()  # Fo delete account
change_password()  # For change password

Advanced Usage

sign_in(mail_id, password)  # For sign in
sign_up(mail_id, password)  # For sign up 
sign_out()  # For sign out
delete_account(mail_id, password)  # Fo delete account
change_password(mail_id, password, new_password)  # For change password

GitHub

View Github