Skip to content

Commit

Permalink
Create quickgenerate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ArjunSharda authored Dec 6, 2022
1 parent f17c269 commit 5f1573b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/quickgenerate.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from passeo import passeo

# Side note: This will create a new .txt file for bulk passwords and quickgenerate passwords by default will also have a new .txt file

print(passeo().quickgenerate(length=10, save=True, bulk=1))

0 comments on commit 5f1573b

Please sign in to comment.