Skip to content

Files

Latest commit

aef4cb6 · Jun 21, 2021

History

History
This branch is 7 commits behind HarshCasper/Rotten-Scripts:master.

Random_Password_Generator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 15, 2021
Jun 21, 2021

README.md

Random password generator

A Python script to generate a random password with custom size. It only uses the standard library, so you don't need to install anything.

image

Usage example

Generate a password with size 10: $python3 password_generator.py 10

Generate a password with size 30: $python3 password_generator.py 30

image