/gadget

Primary LanguagePython

gadget

simple password generator written in python

development instructions

install necessary libraries using
pip install -r requirements.txt
or
python -m pip install -r requirements.txt
and run main.py

distribute as one single exe

open terminal (cmd for windows) and type

dist on windows

python -m PyInstaller --onefile --name=Gadget --windowed --icon=app.ico main.py on linux

python version

tested with python 3.6.4