Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 666 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 666 Bytes

Passgen

A Password Generator written in Python 3 You can use it to generated giant wordlists and small passwords as well This program currently works only on Windows

How to compile it? (to Win32; cxFreeze)

First things first, you need these libraries in your Python installation: Colorama, Termcolor, cxFreeze

-> Please note that the commands listed below should be runned on the Windows command line (with admin privileges)

Installing the dependencies:

python -m pip install -U pip to update pip

python -m pip install colorama termcolor cxfreeze

Compiling

Run the BUILD.bat in the source folder. You should now have the .exe file! yay!