A simple login library
Project description
SLYLogin is a simple library developed to help developers implement logging in, registering, viewing accounts and generating passwords. To use the library you must use import SlyLogin. Syntax - SlyLogin.login(username, password, accountsFile) and returns a boolean if the username and password are a match to the data in the accounts file. SlyLogin.register(username, password, accountsFile) appends username and password to the accountsFile. SlyLogin.viewAccounts(loggedIn, accountsFile) takes a boolean and accountsFile and displays the contents of the accountsFile if boolean is true. SlyLogin.genPassword(passwordLength) returns the generated password to the determined passwordLength.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file SLYLogin-0.3.7.tar.gz.
File metadata
- Download URL: SLYLogin-0.3.7.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7e4928e1dbd2463c8eabaac3a29938cb35bc29f6cece3bdf94a0950ef25a82dc
|
|
| MD5 |
ebf0563503421ee02c3ac5209eb7ef8b
|
|
| BLAKE2b-256 |
b28cb6c99b6ca017d10d74076a46c8455582588d374a338fd10a79bdf6ba7e68
|