Skip to the content.

Import

To import pypasskit to your project, add the following line of code to the top of your project. import pypasskit

generate()

To generate a password with PyPassKit, use the generate() function.
import pypasskit

password = pypasskit.passgen.generate()
print(password)
The generate() function takes five arguments.
The documentation is unfinished.

Copyright LukeS-05 2026

GitHub | Site License