Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 632 Bytes

File metadata and controls

31 lines (17 loc) · 632 Bytes

Password-Generator

A simple web-based Password Generator built with Python

This tool allows you to automatically create strong and secure passwords using a combination of:

.Uppercase letters

.Lowercase letters

.Numbers

.Special characters

.The user only needs to enter the desired password length, and the script generates a random, secure password instantly.

Features

.Generates strong and complex passwords

.Customizable length

.Uses Python’s built-in random and string libraries

.Simple and lightweight script

How to Use

.Run the script

.Enter the password length

.Get your generated secure password