Simple password generator
Project description
Install
pip install passiter
Usage
passwords are 8 characters containing 2 uppercases, 2 numbers and 1 symbol by default
from passiter import passiter
p = passiter()
for _ in range(10):
print(next(p))
# bA2x9m,P
# b:vOj29N
# sN%6gCh4
# ,khl0M5O
# jZ3F1v{d
# H5Atra^1
# t$7qM4Zv
# 7lUi6[Tj
# Y6p5cw_E
# Db>Qn45p
you can change passwords length and number of uppercases, numbers, symbols
from passiter import passiter
p = passiter(length=16, uppers=3, numbers=3, symbols=0)
for _ in range(10):
print(next(p))
# b8DxXreiajv4A0hs
# fcs9xitykSj7q6VO
# gUVyi3Du7ode5kzs
# I9wzlhedt1njV0Xr
# wNA1lbf34geGhjcm
# 1G6zobtlk3euiLhM
# kh9cKuaZ2yonjH4x
# F6KbSql4vs0gfdar
# ojI8tqwlSzmBib09
# hgxp6kvSwZdjVb07
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 passiter-0.0.7-py2.py3-none-any.whl.
File metadata
- Download URL: passiter-0.0.7-py2.py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d106e1c959f54aa62a74226688c4b272048610f4c8cf39c4a2e29f90bbfb4bc
|
|
| MD5 |
8506c53f1a5784f1b42c6691088662ec
|
|
| BLAKE2b-256 |
802ac6a05a8459e28b9b032149f663d0ec74630ac67d695580be2d4aad0547cd
|