Skip to content

maxrhys/PythonDuckyPassAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DuckyPassAPI

A Python module for generating passwords using the DuckyPass API.

Installation

pip install git+https://github.com/maxrhys/PythonDuckyPassAPI.git

Usage

from duckypassapi.duckypass import DuckyPass

# Generate a single secure password
password = DuckyPass("secure", 1)
print(password)

# Generate 5 simple passwords
passwords = DuckyPass("simple", 5)
print(passwords)

License

GPLv3

About

A Python module for generating passwords using the DuckyPass API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages