Skip to content

MrSmoer/PwGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PwGen

This is a Password generator made with python 3.9. (Also compatible with older Versions)

Installation:

The Repository contains shell- (for linux) and batch- (for Windows) scripts, which can be added to path in order to excecute pwgen(.sh) from everywhere.
It refers to the python-file, so it should stay in the same Directory.
(Optional:) The module pyperclip is used to copy the password into clipboard. To install it run:

pip install pyperclip

Usage:

$ python PwGen.py -cipuld [length]

Modify output:

-c Copies password to Clipboard
-i Disables visible output (intended to be used with -c)

Modify generator:

Enable use of ... (Default allows all, specifying forces):
-p Symbols
-u Uppercase-letters
-l Lowercase-letters
-d Digits

About

Python Password generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages