A thin wrapper around some BIOS password generation scripts
- Python 3.x
- Virtualenv/pip
virtualenv pwgen-gui-virtualenv
source pwgen-gui-virtualenv/bin/activate
pip install pyinstaller pysimplegui
pyinstaller --onefile pwgen-gui.py
pyinstaller --windowed --onefile pwgen-gui.py
# Install a Python version with the built-in Tcl/Tk
pyinstaller --windowed --add-binary='/System/Library/Frameworks/Tk.framework/Tk':'tk' --add-binary='/System/Library/Frameworks/Tcl.framework/Tcl':'Tcl' --onefile pwgen-gui.py