NFT ART GENERATOR
January 31, 2022 · View on GitHub
NFT ART GENERATOR
A simple application to generate NFT's through a graphical interface. Simple as that ^_^
Features
- Multiple layers
- Reorder Layers
- No coding skills required
How to use
All images used to create the NFT MUST have the same dimensions (width and height).
Create your different layers as folders and put them in one directory, and add all the layer assets in these directories. then browse that directory and reorder them as you like
├─ my_layers/
│ ├─ background/
│ │ ├─ file1.png
│ │ ├─ file2.png
│ │ ├─ file3.png
│ │ ├─ ...
│ ├─ faces/
│ │ ├─ file4.png
│ │ ├─ file5.png
│ │ ├─ ...
│ ├─ eyes/
│ │ ├─ file6.png
│ │ ├─ ...
│ ├─ ..
