ENG:
create() - the function itself
length -> length
counts -> number of passwords
chars -> sets whether the password contains letters
nums -> whether the password contains numbers
symbols -> whether the password contains symbols
lowerSimbol -> sets whether the character “_” in the text with expanded space
lowerSymbolDistance -> sets the spacing of the “_” character in the text
upperLetters -> sets whether the password will contain uppercase letters
lowerLetters -> sets whether the password will contain lowercase letters
returnList -> will return the passwords as a list
If you don’t enter any arguments, the function will return 1 password, 8 characters long.
Example:
password = create(chars=false, length=16, counts=5)
print(password)
- Conclusion:
5418074420043687
4983825832454167
4180923973205412
0552142655641343
7774606619186375
RU:
create() - сама функция
length -> длина пароля
counts -> количество паролей
chars -> задает будут ли в пароле буквы
nums -> задает будут ли в пароле цифры
symbols -> задает будут ли в пароле символы
lowerSimbol -> задает будет ли символ “_” в тексте с определенным промежутком
lowerSymbolDistance -> задает промежуток расставления символа “_” в тексте
upperLetters -> задает будут ли в пароле буквы верхнего регистра
lowerLetters -> задает будут ли в пароле буквы нижнего регистра
returnList -> вернет пароли в виде списка
Если вы не введете аргументы, то функция вернет 1 пароль длиною 8 символов.
Пример:
password = create(chars=False, length=16, counts=5)
print(password)
- Вывод:
5418074420043687
4983825832454167
4180923973205412
0552142655641343
7774606619186375
Release files for passwordPy 1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| passwordPy-1.1.tar.gz | 3.4 kB | Details |
Release files / passwordPy-1.1.tar.gz
| Download URL | passwordPy-1.1.tar.gz |
|---|---|
| Size | 3.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d8ac6b9cd072cf23ed431adb9a70723afb6b9bc64d87b995e44a499ab4752aa8
|
|
BLAKE2b-256 checksum How to use checksums |
4627befb1fcebba89770d64e7cc644ab6f073591bf87f0630581558f2fe115cd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.5
|