tkgetpassword

Logins to enter password, create password, change password and login, simple way to enter password in tkinter, Tkinter.


Keywords
tkinter, password, login, authentication, tk, sha256, hash, gui, authorization, hash-functions, python, security, tkinter-gui
License
MIT
Install
pip install tkgetpassword==1.2.3

Documentation

tkgetpassword

A module to prompt the user for password input with a GUI Tkinter dialogs.

askcreatepassword

* How to Install *

pip install tkgetpassword

3 forms functions:

askcreatepassword, askoldpassword, askchangepassword

1- askcreatepassword( ) Use on create a new password, return (str: a new password)

2- askoldpassword( ) Use on get old password and check with functions Sha's (HASH), return (str: old password)

3- askchangepassword( ) Use on change old password, return (str: old password, str: new passwod)

askoldpassword

help(tkgetpassword)

Use help(module) to see how to use.