basic tool for NFT. let's spam, this is the easiest way to generate a hell lotta image

Overview

NFT generator

this is the easiest way to generate a hell lotta image

buckle up and follow me!

how to

first have your image in .png (transparent background of course!)

structure it in this way. in a folder create a sub-folder for each part of your NFT. layer will be sorted based on name. for simplicity I would recommend [layer no]_whatever then in each sub-folder just put our part options in there.

for example.

your_awesome_nft
├── 01_body
│   ├── body_1.png
│   └── body_2.png
└── 02_face
    ├── face_1.png
    └── face_2.png

ok all good?

find a way to set up python link

run this stuff (don't worry I'm not gonna hack you LOL)

pip3 install -r requirement.txt
python3 generate.py [input_dir] [output_dir] [how many do ya want]

advance feature

option flag

--unique generate unique combination only. however it will not be random. (will generate in predictable sequence)

animation

--animate to activate feature

--fps for fps default 4

--n_frame to specify no of frame you have. for now each part can be either static or animate, if animate each option must have n_frame in each folder

the folder structure will be similar to normal one. but in each option you can have a sub-folder instate of a png.

stick_man_part
├── 1_bg
│   ├── bg_1.png
│   └── bg_2.png
└── 2_animate_part
    ├── option1
    │   ├── frame_1.png
    │   └── frame_2.png
    └── count_th
        ├── frame_1.png
        └── frame_2.png

GUI

pip3 install -r requirement_gui.txt
streamlit run nft-generator-gui.py 

and just follow the gui

MISC

my FB <- can talk to me, shill, or request new feature here.

buy me coffee at yoyoismee.eth or 0x6647a7858a0B3846AbD5511e7b797Fc0a0c63a4b

(actually I might just use it to buy more NFT lol)

You might also like...
Aesthetic NFT Generator

A E S T H E T I C Dependencies Pillow numpy OpenCV You can use pip to install any missing dependencies. Basic Usage Vaporwave artwork can be generated

An advanced NFT Generator

NFT Generator An advanced NFT Generator Free software: GNU General Public License v3 Documentation: https://nft-generator.readthedocs.io. Features TOD

A site that went kinda viral that lets you put Bernie Sanders in places

Bernie In Places An app that accidentally went viral! Read the story in WIRED here Install First, create a python virtual environment, and install all

uMap lets you create maps with OpenStreetMap layers in a minute and embed them in your site.

uMap project About uMap lets you create maps with OpenStreetMap layers in a minute and embed them in your site. Because we think that the more OSM wil

An extension for Arma 3 that lets you write extensions in Python 3
An extension for Arma 3 that lets you write extensions in Python 3

An Arma 3 extension that lets you to write python extensions for Arma 3. And it's really simple and straightforward to use!

An addin for Autodesk Fusion 360 that lets you view your design in a Looking Glass Portrait 3D display

An addin for Autodesk Fusion 360 that lets you view your design in a Looking Glass Portrait 3D display

A program that lets you use your tablet's tilting to emulate an actual joystick on a Linux computer.

Tablet Tilt Joystick A program that lets you use your tablet's tilting to emulate an actual joystick on a Linux computer. It's called tablet tilt joys

A flexible free and unlimited python tool to translate between different languages in a simple way using multiple translators.
A flexible free and unlimited python tool to translate between different languages in a simple way using multiple translators.

deep-translator Translation for humans A flexible FREE and UNLIMITED tool to translate between different languages in a simple way using multiple tran

Little tool in python to watch anime from the terminal (the better way to watch anime)

anipy-cli Little tool in python to watch anime from the terminal (the better way to watch anime) Has a resume playback function when picking from Hist

Comments
  • Fixed issues with transparency masks

    Fixed issues with transparency masks

    By converting the image to RGBA before merging, the following issue that I was getting was fixed: File "/usr/local/lib/python3.9/site-packages/PIL/Image.py", line 1504, in paste self.im.paste(im, box, mask.im) ValueError: bad transparency mask

    opened by sohnemann 7
Owner
null
NFT-Image-Generator - Utility to generate a large collection of unique images

NFT-Image-Generator Utility for creating a generative art collection from suppli

Sem Moolenschot 60 Dec 15, 2022
lets learn Python language with basic examples. highly recommended for beginners who just start coding.

Lets Learn Python ?? Learn python from basic programs. learn python from scratch. 1.Online python compiler: https://www.onlinegdb.com/online_python_co

Subhranshu Choudhury 1 Jan 18, 2022
A script to generate NFT art living on the Solana blockchain.

NFT Generator This script generates NFT art based on its desired traits with their specific rarities. It has been used to generate the full collection

Rude Golems 24 Oct 8, 2022
A basic tool to generate Hydrogen drum machine kits.

Generate Hydrogen Kit A basic tool to generate drumkit.xml files for Hydrogen drum machine. Saves a bit of time when making kits. Supply it with a nam

Luna Langton 2 Nov 28, 2021
A step-by-step tutorial for how to work with some of the most basic features of Nav2 using a Jupyter Notebook in a warehouse environment to create a basic application.

This project has a step-by-step tutorial for how to work with some of the most basic features of Nav2 using a Jupyter Notebook in a warehouse environment to create a basic application.

Steve Macenski 49 Dec 22, 2022
Very Simple Zoom Spam Pinger!

Very Simple Zoom Spam Pinger!

Syntax. 2 Mar 5, 2022
Headless chatbot that detects spam and posts links to it to chatrooms for quick deletion.

SmokeDetector Headless chatbot that detects spam and posts it to chatrooms. Uses ChatExchange, takes questions from the Stack Exchange realtime tab, a

Charcoal 421 Dec 21, 2022
This is a spamming selfbot that has custom spammed message and @everyone spam.

This is a spamming selfbot that has custom spammed message and @everyone spam.

astro1212 1 Jul 31, 2022
NFT generator for Solana!

Solseum NFT Generator for Solana! Check this guide here! Creating your randomized uniques NFTs, getting rarity information and displaying it on a webp

Solseum™ VR NFTs 145 Dec 30, 2022
OpenSea NFT API App using Python and Streamlit

opensea-nft-api-tutorial OpenSea NFT API App using Python and Streamlit Tutorial Video Walkthrough https://www.youtube.com/watch?v=49SupvcFC1M Instruc

null 64 Oct 28, 2022