ulif / diceware

Passphrases to remember
GNU General Public License v3.0
357 stars 45 forks source link

non-whitespace separators allowed in realdice input #78

Closed alanhoyle closed 4 years ago

alanhoyle commented 4 years ago

This pull uses a regular expression to separate numbers by non-digit characters.

Addresses issue #74

ulif commented 4 years ago

Thank you, @alanhoyle!

alanhoyle commented 4 years ago

Thanks for making such a great piece of software! I appreciate your patience with me as a relative neophyte Python dev.