Panel Competition Image Generator

Overview

Panel Competition Image Generator

This project was build by a member of the NFH community and is open for everyone who wants to try it.

Relevant links:

Requirements

  • Python 3.7+
  • pip

Installation

Install the dependencies with:

pip install -r requirements.txt

Downloading the images

To download all images, use the following command:

python download.py

If you want to use the images from the ones available to NFH, use:

python download.py --nfh-only

Usage

Important: You first need to download the images in order to run the command bellow.

All parameters described below can be combined.

To create a random sample from all available images:

python main.py

If you want to use only images from the ones available to NFH, use:

python main.py --only-nfh

If you want to remove the block numbers from the image, use:

python main.py --no-numbers

If you want to use specify the numbers to generate random images from, use:

python main.py --from-numbers <list_of_numbers_comma_separated>
# Example:
python main.py --from-numbers 419,459,413,458,451,425,433,453,427

If you want to save the image in the end, use:

python main.py --save

The file will be saved on images/generated with the name being the block numbers.

If you want to generate the image, without showing it in the end, use:

python main.py --dont-show

Tip: Use together with --save and --samples to generate and save images without showing them in the end.

If you want to generate multiple samples at once, use:

python main.py --samples <number_of_samples>
# Example:
python main.py --samples 10

Example

Tiles used: 419, 459, 413, 458, 451, 425, 433, 453, 427

Resulting file name: 419-459-413-458-451-425-433-453-427.png

Resulting image (with numbers): 419-459-413-458-451-425-433-453-427.png

You might also like...
QR Generator using GUI with Tinker

BinCat Token System Very simple python script with GUI that generates QR codes. It don't include a QR "decription" tool. It only generate-it and thats

Random collage/montage generator with drop-shadow
Random collage/montage generator with drop-shadow

Random Collage Example Usage These are the sample input files in $PWD for the below examples: 1.png 2.png 3.png 4.png 5.png 6.png 7.png 8.png 9.png 10

Maze generator with most popular shapes - hexagon, triangle, square
Maze generator with most popular shapes - hexagon, triangle, square

Maze-Generator Maze generator with most popular shapes - hexagon, triangle, square (sqaure not implemented yet): Theory: Planar Graph https://en.wikip

Ascify-Art - An easy to use, GUI based and user-friendly colored ASCII art generator from images!
Ascify-Art - An easy to use, GUI based and user-friendly colored ASCII art generator from images!

Ascify-Art This is a python based colored ASCII art generator for free! How to Install? You can download and use the python version if you want, modul

Avatar Generator Python

This is a simple avatar generator project which uses your webcam to take pictures and saves five different types of your images into your device including the original image.

Qrgenerator - A qr generator app using python3
Qrgenerator - A qr generator app using python3

qrgenerator by Mal4D Hi welcome into qr code generator using python by Mal4d Lin

NFT collection generator. Generates layered images

NFT collection generator Generates layered images, whole collections. Provides additional functionality. Repository includes three scripts generate.py

Fixed Version Of Blender Low Poly Rock Generator For Blender 3.0.0
Fixed Version Of Blender Low Poly Rock Generator For Blender 3.0.0

Blender (3.0.0) - Low Poly Rock Generator This is an addon for Blender 3.0.0 to generate low poly rocks. It was based on an addon that unfortunately h

QR Code Generator

In this project, we'll be using some libraries to instantly generate authentic QR Codes and export them in various formats

Owner
Juliano Mendieta
Juliano Mendieta
Python QR Code image generator

Pure python QR Code generator Generate QR codes. For a standard install (which will include pillow for generating images), run: pip install qrcode[pil

Lincoln Loop 3.5k Dec 31, 2022
Combinatorial image generator for generative NFT art.

ImageGen Stitches multiple image layers together into one image. Run usage: stitch.py [-h] <backgrounds_dir> <dinos_dir> <traits_dir> <texture_file> <

Dinosols NFT 19 Sep 16, 2022
A not exist person image generator python module

A not exist person image generator python module

Fayas Noushad 2 Dec 3, 2021
Archive of the image generator stuff from my API

alex_api_archive Archive of the image generator stuff from my API FAQ Q: Why? A: Because I am removing these components from the API Q: How do I run i

AlexFlipnote 26 Nov 17, 2022
Semi-hash-based Image Generator

pixel-planet Semi-hash-based Image Generator Utilizable for NFTs Generation Process Input is salted and hashed Colors (background, planet, stars) are

Bill Ni 3 Sep 1, 2022
Python avatar generator for absolute nerds

pagan Welcome to the Python Avatar Generator for Absolute Nerds. Current version: 0.4.3 View the change history here. Remember those good old days whe

David Bothe 280 Dec 16, 2022
Samila is a generative art generator written in Python

Samila is a generative art generator written in Python, Samila let's you create arts based on many thousand points. The position of every single point is calculated by a formula, which has random parameters. Because of the random numbers, every image looks different.

Sepand Haghighi 947 Dec 30, 2022
A Robust Avatar Generator with a huge number of templates

CoolAvatars Welcome to this repository of CoolAvatars. Using this project, you can generate cool avatars not only from the samples present in my image

RAVI PRAKASH 5 Oct 12, 2021
Create a QR-code Generator app using only Python.

QR-code_Generator Create a QR-code Generator app using only Python. This apps generated a QR code for a single link. Libraryes used in this app --> py

Soham P Phasalkar 1 Oct 17, 2021
Python Digital Art Generator

Python Digital Art Generator The main goal of this repository is to generate all possible layers permutations given by the user in order to get unique

David Cuentas Mar 3 Mar 12, 2022