README 520 B

1234567891011121314151617181920212223242526
  1. == Installing ==
  2. Pwman3 requires the following debian packages:
  3. python-pysqlite2
  4. python-celementtree
  5. python-crypto
  6. To install:
  7. $ python setup.py install
  8. == ikegam's function ==
  9. * making a password from the numeric character and the alphabet character ([A-Za-z0-9]).
  10. You can add a parametor for making the password to the config(~/.pwman/config).
  11. For Example)
  12. [Generator]
  13. numerics = true
  14. * Passwords can be l33tified similarly using the following.
  15. [Generator]
  16. leetify = true