You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to a number of words, we should also accept a format string which allows a password to be generated entirely programmatically if a user wishes to insert other characters between/after the words.
For example, the command: $ python -m dwpwg {@}-{+}-{.}-{.}-{#100}
Might output the password: CORRECT-Horse-battery-staple-42
Acceptance criteria:
a format string scheme is implemented as described above
README documents new scheme
The text was updated successfully, but these errors were encountered:
In addition to a number of words, we should also accept a format string which allows a password to be generated entirely programmatically if a user wishes to insert other characters between/after the words.
For example, the command:
$ python -m dwpwg {@}-{+}-{.}-{.}-{#100}
Might output the password:
CORRECT-Horse-battery-staple-42
Acceptance criteria:
The text was updated successfully, but these errors were encountered: