NFT-Generator is the best way to generate thousands of NFTs quick and easily with Python. Just add your files, set your configuration and run the script. You'll get all the images and metadata required for your NFT project on Signum!
- Clone the repo by running
git clone https://github.com/itshydrone/NFT-Generator.git
- Enter the downloaded directory by typing
cd NFT-Generator
- Install the dependencies by running
pip install -r requirements.txt
- Add all your layer files in the 'traits' folder. They should be separated in different layer folders.
- Add the probability of each trait. You can do this by adding the number after a '#' in the file name. For example, if the 'Background' layer had two files called 'Black#50.png' and 'White#50.png' then there would be a 50% chance of each being selected.
- Edit the
config.py
file with your settings. - Set your royalty address.
- Create a folder, named "Output".
- Run
generator.py