Skip to content

khl4git/pyscript-password-generator

Repository files navigation

pyscript-password-generator

This is a self contained one page html password generator using Python's 'pyscript' and 'secrets' libraries

2 kinds of passwords : -Alphanumeric (minimum length of 10) -Digits (minimum length of 6)

Alphanumeric strings are created with at least 1 lower char, 1 upper char, 1 digit and 1 special character Alphanumeric passwords contains up to 1/5 of special chatacters randomly generated

The size is limited only by the computer's memory and CPU power

3 files

Author : skewee.info at gmail.com

About

Self contained one page html password generator with Python's <pyscript> and <secrets> libraries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages