Commit Graph

13 Commits

Author SHA1 Message Date
1c49155955
support python >= 3.6 only; update readme 2021-07-04 16:17:16 +02:00
a69deb4a5d
fix unmunching 2021-07-04 16:16:30 +02:00
Fredrik Eriksson
8df520e6c8
Merge pull request #3 from fsoderblom/master
Add --quiet option, only output the generated passwords.
2020-05-03 17:08:15 +02:00
Fredrik Soderblom
4596fc38ee Add --quiet option, only output the generated passwords. 2020-05-03 10:49:46 +02:00
6795454af1
fix #1 - UTF-8 decode problems when using en_US.
Apparently the en_US dictionary in ubuntu cannot be decoded with utf-8,
but works fine with iso-8859-1. As a workaround this adds another
configuration and command line option: encoding. If left empty it
autodetects from the environment, otherwise it should be an encoding
definition that python should use to read the dictionary.
2020-05-02 10:31:03 +02:00
b34c41281a
Merge PR#2 - add missing entry in dictionary section for the unmunch
binary
2020-04-30 17:05:25 +02:00
ff4f93a232
set unmunch_bin to an empty value by default 2020-04-30 17:04:17 +02:00
Fredrik Soderblom
240e41712c add missing entry in dictionary section for the unmunch binary. 2020-04-30 15:46:30 +02:00
Fredrik Eriksson
ec3a51c23e * Switched order of leading/trailing char/digits
* added separator between leading/trailing chars/digits
* added experimental unmunching of hunspell dictionary... probably useless
2017-05-04 18:47:23 +02:00
Fredrik Eriksson
f2ae6cecbe fixed python2 compatibility 2017-01-22 18:42:37 +01:00
Fredrik Eriksson
5f31b46cdc Update README.md 2017-01-22 18:41:30 +01:00
Fredrik Eriksson
932322011b First version of pwgen 2017-01-22 18:17:29 +01:00
Fredrik Eriksson
498c0eefd0 Initial commit 2017-01-22 15:54:57 +01:00