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
-
index.html
-
favicon.ico
-
python-logo.png
-
Demo : https://skewee.w3spaces.com/
Author : skewee.info at gmail.com