Generate unique and breathtaking NFT images using NFTGenAI, a collection of Python scripts assisted by OpenAI's ChatGPT.
- Multiple scripts for diverse NFT images generation.
- Customizable parameters for creating unique NFT art.
- User-friendly, easy-to-use Python scripts.
- Python 3.x
- Pillow library: Install it with pip:
pip install pillow- Clone this repository:
git clone https://github.com/yourusername/NFTGenAI.git- Navigate to the NFTGenAI directory:
cd NFTGenAI- Generates 10,800 unique images visualized as parallel universes.
- Randomly positioned and colored lines and circles.
- Run the SpectralMandala.py script:
python SpectralMandala.py- Generated images will be stored in the 'SpectralMandala' directory.
- Generates 1,000 unique images with random colors, shapes, and patterns.
- Randomly positioned rectangles and ellipses with various colors.
- Run the ArtGenia.py script:
python ArtGenia.py- Generated images will be stored in the 'ArtGenia' directory.
- Generates 1,000 unique images for each specified emotion with a tailored color scheme.
- Emotions and their color palettes are customizable.
- Run the EmotionScape.py script:
python EmotionScape.py- Generated images will be stored in the 'emotion_space' directory, named by their corresponding emotion.
Each script in the repository is crafted for generating unique NFT images, each with a distinct style, pattern, and representation. The EmotionScape.py script employs different color schemes to represent various emotions in the generated images.
Feel free to alter the number of images, dimensions, colors, or elements in the scripts to cater to your unique needs. Introduce additional shapes and elements to enhance complexity and uniqueness.
This project is licensed under the MIT License.
Your contributions, issues, and feature requests are welcome!
Heartfelt thanks to OpenAI and the ChatGPT model for their invaluable guidance and insights into algorithm creation.


