Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 430 Bytes

File metadata and controls

15 lines (9 loc) · 430 Bytes

PasswordGenerator

############ "dist" flolder is a test app with console included. NOT the official release file. ############

Simple password generator:

-Simplisitc Window Application

-Allows Numbers, Symbols & Letters in Uppercase and Lowercase

-Restricts rows of duplicates ex. If 6 is used last and the next number generated is 6, the program will generate a new one.

-Auto copies to clipboard(Tested only on Windows)