NFT Generative Art using Python
This is a project for creating generative abstract art-work using Python. This project is simplified and only focuses on using Python to create an Art.
Installation
Install pillow library
pip install pillow
Run Locally
Clone the project
git clone https://github.com/srajan-kiyotaka/NFT-Generative-Art-using-Python.git
Go to the project directory
cd NFT-Generative-Art-using-Python
Install dependencies
pip install pillow
To Run the project
python Generate_Art.py -n 32 --gallery "sample" --size 1024 --l 15
Log in or sign up for Devpost to join the conversation.