Skip to content

mehmetcanyegen/gadget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published