polluxtroy3758 / pypwdgen-gui

Simple password generator GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pypwdgen-gui

This is an example GUI made with tkinter using pypwdgen.

It offers basic settings such as number and length of passwords to generate

Once generated, the passwords can easily be copied to clipboard in a single click.

Prerequisites

The package pypwdgen is required. Install it with:

pip install pypwdgen

Or:

pip install -r requirements.txt

Usage

You just have to run the python file:

python pypwdgen-gui.py

Screenshots

At startup:

screenshot1

Some password generated:

screenshot2

All passwords copied to the clipboard:

screenshot2

About

Simple password generator GUI

License:MIT License


Languages

Language:Python 100.0%