Metadata-Version: 2.1
Name: loginUtil
Version: 0.0.7
Summary: login util
Home-page: https://github.com/lucasammer/login-util-stable
Author: lucasammer
Author-email: me@lucasammer.com
License: UNKNOWN
Description: 
        [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/H2H582EX8)
        
        # 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
        
          
        
        - [x] easy to use
        
        - [x] encryption mode
        
        - [ ] privacy mode
        
        - [ ] cake
        
        ## How to use
        
        to use you just need to do:
        
        ```python
        
        import loginUtil
        
        UsernameList = ['user1', 'user2']
        
        passwordlist = ['password1', 'password2']
        
        if loginUtil.login(unl, pwl, uni, pwi):
        
        print('correct')
        
        else: print('wrong')
        
        ```
        
          [More options](https://github.com/lucasammer/login-util-stable/wiki/All-options)
        
        older versions than 0.0.4: https://pypi.org/manage/project/login-util/
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
