Skip to content

Commit

Permalink
Update readme because arguments are changed
Browse files Browse the repository at this point in the history
  • Loading branch information
pimiento committed Apr 2, 2013
1 parent 01297aa commit 8f8fcc8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,15 @@ pwgen

A simple implementation of pwgen in python

Installation
---------

pip install pwgen
easy_install install pwgen

Basic Usage:
------------------

from pwgen import pwgen
pwgen()
>> '[^%6JK<&Lb}{.T#eYY+
pwgen(10, no_symbols=True)
pwgen(10, symbols=False)
>> ujr20YVkH3
pwgen(50, 10, no_symbols=True, no_capitalize=True)
pwgen(50, 10, symbols=False, capitalize=False)
>>['ra8xymzct6e9fmmwen0ejvae6x5pyjvdlptxz8da69e4fivvs4',
'v4hj1v1a3wwr765xvlsorn9rdfe8vk9pf2fnqdr891ztvrc7wd',
'zpowwedvv2l2ka747weuijejqetnquga8w6eixuaeuoerpjvp2',
Expand Down

0 comments on commit 8f8fcc8

Please sign in to comment.