Jon-Becker / nft-generator-py

This tool allows users to generate sets of unique images and metadata using weighted layer collections.
MIT License
301 stars 127 forks source link

Simple script to generate the config.json! #38

Closed whosman closed 1 year ago

whosman commented 2 years ago

File should be placed in the main directory, the script will then scrape all the files in ./trait-layers to generate a baseline config with balanced rarities.

Jon-Becker commented 2 years ago

Looks good to me, i'll merge this PR after v1.1 is done and ready for a UI where this would thrive.

Thank you!

Jon-Becker commented 2 years ago

Planning on merging soon, I didn't forget :)

0xhema commented 2 years ago

Just a heads up, the DS_store file is always annoying, [Errno 20] Not a directory: './trait-layers/.DS_Store' might want to check if it exists and delete

or add find . -name "*.DS_Store" -type f -delete to the readme

Jon-Becker commented 1 year ago

closing as this was included in v3.0.0