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

gorouflex/PassGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

This repository will be archived by GFx from 28/3/24. Thank you for accompanying this project since I was still learning to use GitHub, and it has given me a lot of experience 🌟

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