README 569 B

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