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

The above command will create a directory "Art Gallery" and a child Directory named "sample". Inside the "sample" directory the art image of size 1024 x 1024 will be generated and stored.

Sample Art

sample art 1

sample art 2

sample art 3

sample art 4

sample art 5

sample art 6

License

MIT

Acknowledgements

Built With

Share this project:

Updates