Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Python
/ password.py
File
password.py
other/password.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
secrets
2
from
random
import
shuffle
3
from
string
import
ascii_letters, ascii_lowercase, ascii_uppercase, digits, punctuation
4
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected