Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Password Generator v 1.0 exe

Latest
Compare
Choose a tag to compare
@BushidoPacket BushidoPacket released this 15 May 22:46
· 8 commits to master since this release

Full release of stable version of small password generator Python project.

Password generator is built on secret module from Python, so it should be safe and not predictable as it's based on PRNG. Entire project is created with GUI for user's input so they can change input variables for password's length, digits count or count of special characters.

Basic principle and settings is trying to push user to use strong combined password. However by manual tweaking of variables user can generate even random stream of alphabet or numbers or special characters alone. Of course there are conditions which will prevent the code or the logic of program from breaking.

GUI is based on dark mode style with blueish colors to be easy to use. GUI also contains complexity algorithm to determine strength of the password and button to copy password into clipboard. Password generator is also using settings file to store settings of user's inputs if they wish to.

File pwd_gen_v1.0_folder.zip contains entire folder with modules and other files.
Password Generator v 1.0 has been tested only on Windows 10 v22H2 OS without containers.