Skip to content

JakesShell/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Password-Generator

Overview

The Password Generator is a simple Python script designed to create secure and random passwords. This tool generates a 16-character password using a combination of lowercase letters and special characters, ensuring a strong level of security for users.

Features

  • Random Password Generation: Generates a password of specified length (16 characters).
  • Character Variety: Utilizes a mix of lowercase letters and special characters for enhanced security.
  • User-Friendly Output: Displays the generated password in a clear and readable format.

Functionality

  • Character Sets:
    • Lowercase letters (a-z)
    • Special characters (e.g., 012456789/*-+_-@#$%&*)
  • Random Selection: Each character in the password is randomly selected from the defined sets.

Technologies Used

  • Python: The programming language used to implement the password generation logic.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages