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

make args into a dict and use as **kwargs so can be used as a library or cli. #54

Closed webcoderz closed 1 year ago

webcoderz commented 1 year ago

also added byte_orderint.from_bytes(random.randbytes(16), byteorder='little') on L43 .... this explains why i chose little: click here this explains why i chose little

Jon-Becker commented 1 year ago

lgtm!

webcoderz commented 1 year ago

Cool yea I like using in jupyter notebook so this enables using it there.. also in docs maybe should explain the order of composition for users?