Skip to content

Password Generator, A simple python program that generates strong, random passwords based on user-defined length and character options.

Notifications You must be signed in to change notification settings

Hawi-net/Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Python Password Generator

A simple and customizable password generator built with Python. This script allows users to generate secure passwords of any length, with optional inclusion of numbers and symbols.


Features

  • Choose password length
  • Option to include numbers (0–9)
  • Option to include symbols (!@#$%^&*...)
  • Ensures a strong mix of character types
  • Randomly shuffled output to avoid patterns

Technologies Used

  • Python 3
  • random and string standard libraries

How to Run

Clone the repository

About

Password Generator, A simple python program that generates strong, random passwords based on user-defined length and character options.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published