Skip to content

Funeoz/PwdGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PwdGen

PwdGen is a Python3 tool that can generate passwords and check if it has already been pwned by asking the HaveIBeenPwned Database.

Installation

Git, Python3 and Pip should already be installed before doing these steps.

Linux/Mac OS

  1. Clone the repository:
$ git clone https://github.com/Funeoz/PwdGen.git
  1. Install required dependencies:
$ pip install -r requirements.txt

Windows

Note: Using Windows Terminal for this script is recommended. You can get it from the Microsoft Store or GitHub.

  1. Clone the repository:
git clone https://github.com/Funeoz/PwdGen.git
  1. Install required dependencies:
pip install -r requirements.txt

Usage

# on Linux and Mac OS
$ python3 PwdGen.py 
# on Windows
py PwdGen.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GPLv3