Skip to content

This Python code generates a random password of length 14. It imports the `random` and `string` modules, initializes variables, and then uses a loop to select random characters from a combination of hexadecimal digits and punctuation symbols. The resulting password is printed to the console.

Notifications You must be signed in to change notification settings

Gmzlov/random-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

"# random-password-generator"

About

This Python code generates a random password of length 14. It imports the `random` and `string` modules, initializes variables, and then uses a loop to select random characters from a combination of hexadecimal digits and punctuation symbols. The resulting password is printed to the console.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages