Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 728 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 728 Bytes

Password_generator🔐

Welcome to the Password Generator Tool! This Python program allows users to generate secure passwords of desired length and quantity, using a mix of uppercase, lowercase, numbers, and symbols.

Description

This Password Generator tool helps users create strong, random passwords for better security. It uses a combination of uppercase letters, lowercase letters, numbers, and symbols to generate passwords that are hard to guess and suitable for protecting sensitive accounts and data.

Features

  1. Generates passwords with a customizable length.
  2. Allows the user to create multiple passwords in one run.
  3. Combines uppercase letters, lowercase letters, digits, and symbols for maximum security.