Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
shnjp committed Apr 2, 2010
1 parent 3bddd39 commit ae7e551
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
17 changes: 17 additions & 0 deletions README.md
@@ -0,0 +1,17 @@
identicon.py: identicon python implementation.
==============================================
:Author:Shin Adachi <shn@glucose.jp>

## usage

### commandline

python identicon.py [code]

### python

import identicon
identicon.render_identicon(code, size)

Return a PIL Image class instance which have generated identicon image.
`size` specifies patch size. Generated image size is 3 * `size`.
15 changes: 0 additions & 15 deletions README.rst

This file was deleted.

0 comments on commit ae7e551

Please sign in to comment.