Skip to content

fankcoder/nft-quick-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Simple and quick generator NFT images and matedata with python

support Opensea metadata standard .

How to use

  • Copy your images layer file directory to images
  • Config probability with your images name. Use # symbol and probability number, the sum of the numbers in the same directory is 100.
  • Config your trait layer in source code trait_layer
  • Config the number of unique NFTs you want to generate
....
if __name__ == '__main__':
    ....
    # config below trait_layer and count
    trait_layer = ['backgrounds', 'furs', 'hats', 'ears', 'mouths', 'eyes', 'clothes']
    count = 1

Run

**Python >= 3.6

pip install -r requirements.txt
python quick_generate.py

Thanks

Example image using cyberdoggos

About

Simple and quick generator NFT images and matedata with python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages