login util
Project description
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')
older versions than 0.0.4: https://pypi.org/manage/project/login-util/
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
loginUtil-0.0.7.tar.gz
(7.6 kB
view hashes)
Built Distribution
Close
Hashes for loginUtil-0.0.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b2596dbf4332aa50016e233517f90962740a2bb814234966ce45e5883d19b48 |
|
MD5 | d97632853f6a2dffe5add52fc4f02c4c |
|
BLAKE2b-256 | 0e513394f56f423329a1c42a65de402622c5862c385c5d67051884dc6162ed19 |