A simple GUI password generator.
Built with Python and Tcl/Tk.
Run pgen.py
like any other Python script: from the command line, in an IDE, etc.
- Create a virtual env with
python -m venv .venv
and activate it with.venv\Scripts\activate
. - Run
pip install -r dev-requirements.txt
in the command line to ensure thepyinstaller
package is installed. - Run
build.bat
to bundle the project as a.exe
file. - Run
dist\pgen
to start the application.