gorouflex / PassGen

(Simple) Password Generator and Checker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PassGen

(Simple) Password Generator and Checker

Support Windows and macOS

Open-source project write by Python

GitHub contributors GitHub release (latest by date) GitHub all releases

FeatureInstallationCautionPreview

Feature

  • Password generator
  • Password checker and rating how secure your password is
  • Save your generated password

Installation

For Py/Source version

1.Please download requirements.txt and run

pip install -r [requirements.txt path]

or

python3 -m pip install -r [requirements.txt path]

2.Run .py file and enjoy!

Caution

PassGen is based on 2 library : urllib3 and zxcvbn ,so for the proper functionality please make sure that you have connected to a fine Internet (Slowed Internet may cause some problem)

Preview

Main GUI and Updater

Special thanks to

  • @NotchApple1703 for optimize the code

About

(Simple) Password Generator and Checker

License:GNU General Public License v3.0


Languages

Language:Python 100.0%