git.99rst.org
/
redacted-XKCD-password-generator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
37b1e15
)
removed commented-out code from example
author
Steven Tobin
<steventtobin (at) gmail.com>
Tue, 9 Sep 2014 02:22:44 +0000
(12:22 +1000)
committer
Steven Tobin
<steventtobin (at) gmail.com>
Tue, 9 Sep 2014 02:22:44 +0000
(12:22 +1000)
xkcdpass/example_import.py
patch
|
blob
|
history
diff --git
a/xkcdpass/example_import.py
b/xkcdpass/example_import.py
index 48cd3ce732919ec9cce65b3404e3e0e45d90a246..93d1eb7dab7cbe5b31e9306338cfa9516a5235db 100644
(file)
--- a/
xkcdpass/example_import.py
+++ b/
xkcdpass/example_import.py
@@
-1,11
+1,6
@@
import xkcdpass.xkcd_password as xp
import random
-## create a wordlist
-#mywords = generate_wordlist(wordfile='3esl.txt', min_length=5, max_length=8,)
-
-## create a password with the acrostic 'face'
-#print(generate_xkcdpassword(mywords, acrostic="face"))
def random_capitalisation(s, chance):
new_str = []
git clone https://git.99rst.org/PROJECT