Generate passwords, API keys of any length and character combination
Project description
Password Generator
A password generator module made by the awesome folks at Python Abia
This is a simple Open-Source Python library that helps you generate passwords quickly and neatly. It can be integrated into any form of application where there is the need to generate passwords or Secret keys
Features
- Set length for key
- Choose types of characters or mixture of characters to use
Usage
from akaraike import PasswordGenerator
#Create an object of the PAsswordGenerator class
pg = PasswordGenerator()
#set length of characters
pg.set_charset_length(length = 5)
'''
Set types of characters as a list
Acceptable values are
- lowers for lowercase alphabets
- uppers for UPPERCASE alphabets
- numbers for 0123456789
- specials for @$;:,._
'''
pg.set_charset_types(type= ['numbers', 'specials'])
#print the password generator
print(pg.generate_password())
Contributing to Akaraike
To install akaraike, along with the tools you need to develop and run tests, run the following in your virtualenv:
$ pip install -e .[dev]
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file akaraike-1.0.5.tar.gz.
File metadata
- Download URL: akaraike-1.0.5.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88138905ed264dbd0f469b5f526afcb15f0f668304e9f4a4dc7c0324551cdc38
|
|
| MD5 |
6f4409a4add3d2bd555ca3ad19005d1e
|
|
| BLAKE2b-256 |
868936d245ac1084c057b5b2d30bad250054c87fe1bcc734159011bfd3794dbf
|
File details
Details for the file akaraike-1.0.5-py3-none-any.whl.
File metadata
- Download URL: akaraike-1.0.5-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
042107e7c4b4a24a2550aa2e0c1659d8d0a2a0fd5bef23165af07ce2d914478b
|
|
| MD5 |
a8cce3a005e9b225ccc87084b53e2dc0
|
|
| BLAKE2b-256 |
1ca4fb0fed0a1233e0f503f746932df413306833653633a2e36e00bc5cfe19f3
|