From 468e1d718989727e04007d519177f1a2551fdbca Mon Sep 17 00:00:00 2001 From: Jonathan Becker <64037729+Jon-Becker@users.noreply.github.com> Date: Tue, 31 Aug 2021 15:14:47 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 075c09e..e324ddf 100644 --- a/README.md +++ b/README.md @@ -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.