emirongrr / pixelArt_Generator

pixelArt Generator for create new NFT punks series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pixelArt_Generator

A simple pixel art generator. The purpose for me to do this is to popularize the production of series such as cryptopunks.You can improve the codes

  • Download Python
  • Install Python and add path
  • Install all requirements
  • If you dont have pip get pip first get-pip.py CTRL+S(same folder)
  • python3 get-pip.py
  • pip install pillow
  • pip install -r requirements.txt
  • python main.py

WARNING!

You can add new ones to the files in the directory and generate more. But the important thing is that the pixels are adjusted according to these size.

  • body = 336 x 336
  • glasses = 190 x 109
  • beard = 58 x 54
  • head = 145 x 131 If you want to make a new series, you must change the codes.

image

Also the name of the files should be like this body1.png-body2.png… glasses1.png-glasses2.png..

image

image

You can also donate if you want

MY ETH WALLET:0x6Ea3f85086fd11eb81dAbd6D60232230ceAaf830

image

About

pixelArt Generator for create new NFT punks series


Languages

Language:Python 100.0%