Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

SLYLogin-1.23.3.0.tar.gz (1.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page