https://github.com/0xdeval/nft-collection-generator
The script to generate a collection of NFTs that will be used on the NFT2ME platform
https://github.com/0xdeval/nft-collection-generator
Last synced: about 1 year ago
JSON representation
The script to generate a collection of NFTs that will be used on the NFT2ME platform
- Host: GitHub
- URL: https://github.com/0xdeval/nft-collection-generator
- Owner: 0xdeval
- Created: 2024-09-25T10:54:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-25T11:11:01.000Z (over 1 year ago)
- Last Synced: 2025-04-06T07:40:41.484Z (about 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NFT collection generator
The basic script that can generate all necessary metadata and images divided by 4 rarity levels
## Requirements
1. Create a folder in the root with the following data:
- Add 4 different images of different rarity levels. Check example in the 'test' folder
- Add a user_data.txt or user_data.csv file with the list of addresses for a particular collection. Check example in the 'test' folder
2. Modify the percentage of different raritry level per image in the collection_config.py file
## Setup
1. Install requirements
```bash
pip install -r requirements.txt
```
2. Laucnh a script
```bash
python generate_collection.py
```
3. Enter the folder name with all data, e.g. 'test_campaign'
4. Get the result in the provided folder. A new folder will be called 'collection'