Skip to content

lucossantos/RandomPasswordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

This code defines a function generate_password that takes a length parameter and returns a random password of the specified length. The function uses the string and random modules to generate a random combination of lowercase and uppercase letters, digits, and special characters.

When you run the code, it will generate and print a random password with a length of 12 characters. You can modify the length parameter to generate passwords of different lengths.

About

A simple Python code that generates a random password using a combination of lowercase and uppercase letters, numbers, and special characters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages