login-util

login util


License
MIT
Install
pip install login-util==0.0.3

Documentation

ko-fi

Login Util

login util is a python package to help adding a login screen to your python file and it has (will have) everything it needs

  • easy to use

  • encryption mode

  • privacy mode

  • cake

How to use

to use you just need to do:

import loginUtil

UsernameList = ['user1', 'user2']

passwordlist = ['password1', 'password2']

if loginUtil.login(unl, pwl, uni, pwi):

print('correct')

else: print('wrong')

More options

older versions than 0.0.4: https://pypi.org/manage/project/login-util/