Password generator
Project description
passgent
passgent is a lightweight Python module to generate a password with custom arguments and password amounts.
🔧 Features
- Generate many password with suffixies and symbol.
- Doesn't require a module.
📦 Installation
If using locally, just save passgent.py in your project directory.
pip install passgent
Code example:
import passgent as generate_password
keyword = ["admin", "dashboard", "login", "administrator", "manager"]
year = ["2021", "2022", "2023", "2024", "2025"]
symbols = ["#", "@", "_", "-", "+", "*", "%"]
suffix = ["pass", "123", "admin", "dashboard", "login", "web", "apps"]
password = generate_password(keyword, year, symbols, suffix).generate(10)
print(password)
Without args:
import passgent as generate_password
password = generate_password().generate(10)
print(password)
## Output:
``` bash
['Adminmanager#2021', 'Adm1n15tr4t0r%4dm1n4pp5', 'ADMINLOGIN%2023', 'ADMIN@ADMINISTRATORl0g1n', 'ADMIN%Adm1n15tr4t0rp455', 'MANAGER@4dm1n15tr4t0rl0g1n', 'loginADMIN#2024', 'L0g1nDASHBOARDp455', 'adminDASHBOARD123', 'Managerdashboardapps']
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
passgent-0.2.0.tar.gz
(3.0 kB
view details)
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 passgent-0.2.0.tar.gz.
File metadata
- Download URL: passgent-0.2.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
139003fd798ada70ba148f7944fefd8d21e506fb708f990fed01a6275a383e9e
|
|
| MD5 |
a5449853a12e84fcd80f17398877599b
|
|
| BLAKE2b-256 |
c305df262ae07891b7e804ffa1e21c32afc20636883cf887e46b1a405185370a
|
File details
Details for the file passgent-0.2.0-py3-none-any.whl.
File metadata
- Download URL: passgent-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16616a88414a440bddbb6fdb311089a9933c63055d7126fe38d7822dc7e97de3
|
|
| MD5 |
062a10c8dfe478cd64a1172301aa7fcd
|
|
| BLAKE2b-256 |
ad79787c1d4eeb3a31f982c6c3139bd73fb380456b07fd9d4b23fa11b98ea959
|