Turtlebarf

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLES
AUTHOR
SEE ALSO
BUGS

NAME

merzmerge - program to make random collage

SYNOPSIS

random collage maker

turtlebarf [OPTION][OPTION][OPTION][OPTION][OPTION]

turtlebarf SIZE PERCENTAGE1 PERCENTAGE2 COLOR1 COLOR2

ARGUMENTS
SIZE Specifies the size of the graphical representation in pixels, with width and height forced to be equal.

PERCENTAGE1 Specifies the percentage of blur.

PERCENTAGE2 Specifies the percentage of threshold.

COLOR1 Specifies the color of the first vomit segment.

COLOR2 Specifies the color of the second vomit segment.

DESCRIPTION

Imagine we have a big pile of audio tapes, each containing a piece of music. We’re going to sort through them, mix them up randomly, and then combine them into one big tape. First, we need to create a special box to put our finished tapes in. We call this box "processed". Then, we take all the tapes we have lying around and put them in an array, which is like a list. Each tape is labeled with its name and ends with ".wav". Next, we shuffle the array, which means we mix up the order of the tapes randomly. This gives us a bit of variety in the final mix. Now, we start going through each tape one by one. For each tape: - We check if it exists. If it does, we move it into our "processed" box. - Then, we add it to our big combined tape. If this is the first tape we’re adding, we just copy it over. But if we already have a combined tape, we stick this new tape onto the end of it. We keep doing this until we’ve gone through all the tapes. Once that’s done, we say "Combining completed". So, at the end of all this, we’ll have one big tape in our "processed" box that contains a mix of all the music from the original tapes, in a random order. It’s like a musical collage!

OPTIONS

-h, --help

Display help message.

-v, --version

Display version information.

-shitcore

ffefeef

EXAMPLES

turtlebarf 1000 5 50 red yellow

AUTHOR

Noisebob

SEE ALSO

https://altformeget.online

BUGS

it can’t run without command line input, it should generate random shit on its own