#Bad apple animated in command prompt!?

1 messages · Page 1 of 1 (latest)

stiff umbra
#

original message was deleted

stiff umbra
#

uhh

#

so it was blocked because ██

#

dude

#

why does ur command prompt have dead pixels.

ruby cloak
#

Urgh well

#

I used a program to convert MP4 to an image sequence

#

And it had a watermark

#

So it's a scar from that :/

#

I'll prolly fix it later tho

stiff umbra
#

like vlc

ruby cloak
#

Ye thats my plan

#

I made it in like 3 hrs gimme a break

#

Also that laptop is basically haunted

ruby cloak
placid abyss
#

you'll should publish a making of video

ruby cloak
#

its not that impressive tho lmao

#

I did make this which can b used to make any image into it's black and white text vers

from PIL import Image

def readBitmapBichromatically(path,resolution): # returns an array of true/false correlating to the pixel's brightness
    imageFile = Image.open(path)
    imageFileWidth,imageFileHeight = imageFile.size 
    allPixels = imageFile.load() # generates an object with every pixel's data where we can call on a specific pixel's properties using allPixels[x,y]
    rows = []
    for i in range(imageFileHeight):
        row = []
        if i % resolution == 0: # makes the image 1/resolution in height
            for j in range(imageFileWidth):
                pixelBrightness = 0
                if j % resolution == 0: # makes the image 1/resolution in width
                    for l in range(3): # this is for getting the RGB values of each pixel
                        pixelBrightness += allPixels[j,i][l]
                    row.append(pixelBrightness/3 > 128) # appends if the pixel is closer to being white or black
            rows.append(row)
    return rows 
        
def convertImageToText(pixels): # does exactly as it says
    rows = []
    row = []
    for i in range(len(pixels)): # for the height of the image
        row = []
        for j in range(len(pixels[i])): # for the width of the image
            row.append("<there are unicode characters that arent allowed on this server which go here :P>") if pixels[i][j] else row.append("  ") # white if true, black if false
        rows.append(''.join(row))
    return '\n'.join(rows)```
#

i didnt wanna edit the music in after the video so i did some multithreading to get that working

ruby cloak
#

wtf do u have against python

placid abyss
ruby cloak
#

hmmmmm ye but i did it to procrastinate on hw so ill have to make the vid later

vital osprey
#

real men use c or c++

ruby cloak
#

Who says I'm not gay

stiff umbra
#

real men use lua

ruby cloak
#

And anyway, I'm more fluent in python than cpp

#

Which is why this project is in python

#

I could try working on making it in cpp

stiff umbra
stiff umbra
vital osprey
#

it doesnt

stiff umbra
#

it does

vital osprey
#

it doesnt

ruby cloak
#

It's fast tho innit?

vital osprey
#

yes

stiff umbra
stiff umbra
#

doesn't mean anyone sane uses c++

ruby cloak
#

Touche

#

Diff languages should be used for diff applications

vital osprey
#

I bet I have more icons on my desktop than you do @stiff umbra

stiff umbra
#

i dont have a desktop

stiff umbra
#

:D

ruby cloak
stiff umbra
stiff umbra
#

and 200 half life icons

#

ad guilded

#

and 17 cs icons

#

why do u play sims eww

#

also elite dangerous

#

🤢

#

dosbox?!

ruby cloak
#

I like it neatly organised

ruby cloak
stiff umbra
#

with a category name + icon on the top

vital osprey
ruby cloak
#

Yeah, but I don't like when my desktop is filled

stiff umbra
#

yeah but ur not everyone

ruby cloak
#

I like there being empty spaces

stiff umbra
#

but yes i agree

#

i hate it when there are >0 icons on my deskttop

vital osprey
stiff umbra
#

from ur desktop

vital osprey
ruby cloak
stiff umbra
#

oh god

#

eve online

#

nico really plays....

#

excel simulator

ruby cloak
stiff umbra
#

its still in the start menu anyway

ruby cloak
stiff umbra
#

just drag it out from the start menu when he starts playing it again

#

EWWWWW

vital osprey
#

Dude just because I have something installed doesn’t mean I play it I haven’t played most of my games in ages

stiff umbra
#

TM2020

#

EW

stiff umbra
#

means u play it

#

obviously

#

otherwise u dont need such easy access

#

because actually it makes the things you do play, harder to find

vital osprey
stiff umbra
#

also whats the point of having a nice wallpaper when its blocked by 1000 icons

ruby cloak
#

Ur only supposed to keep a couple of dozen games at most on Ur desktop

stiff umbra
#

^

#

exactly my point

tepid coyote
stiff umbra
tepid coyote
#

no like

#

why was it blcoked

stiff umbra
#

because of the block characters

ruby cloak
#

Block characters get blocked because they are blocks and blocks are blocked because blocking blocks makes sense to block. That why they're blocked

#

Nah it's probably anti spam or something

stiff umbra