Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-Becker committed Aug 31, 2021
1 parent 4c92d78 commit 468e1d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

# sudoku-solver-py
# nft-generator-py
nft-generator-py is a python based NFT generator which programatically generates unique images using weighted layer files. The program is simple to use, and new layers can be added by adding a new layer object and adding names, weights, and image files to the object.
You can [View The Demo](https://jbecker.dev/demos/nft-generator-py) here.


## How it works
- A call to `generate_unique_images(amount, config)` is made, which is the meat of the application where all the processing happens.
Expand Down

0 comments on commit 468e1d7

Please sign in to comment.