Skip to content

ab1120/Random-Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Random-Password-Generator

This is a simple Python script that generates random passwords based on user-defined criteria.

Table of Contents

Introduction

This script provides a user-friendly interface for generating random passwords. It allows you to choose from various character sets (lowercase letters, uppercase letters, digits, and special symbols) and specify the desired password length.

Character Sets

  • l: Lowercase letters (abcdefghijklmnopqrstuvwxyz)
  • u: Uppercase letters (ABCDEFGHIJKLMNOPQRSTUVWXYZ)
  • d: Digits (0123456789)
  • s: Special symbols (!@#$%^&*()_+-=[]{}|;:,.<>?)

You can input combinations of these characters (e.g., "sld", "us", "ul", etc.) to customize the character set of the generated password.

Installation

  1. Clone the repository.

  2. Navigate to the repository directory.

  3. Run the script password_generator.py.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages