Log In
Dragon Weather Castform Don't have an account yet? Register now!
.

Forum Search

I'm Feeling Lucky

Searching for: Posts from Nezogoku.
Posted: Tue, 16/03/2021 20:14 (3 Years ago)
I hate it when people post responses to YouTube comments without reading the other comments (I especially hate it when they either complain about something or ask a question that was already addressed in the description).

[Read more]
Posted: Mon, 15/02/2021 19:42 (3 Years ago)
A weird chibi version of some random character from A Certain Scientific Railgun.

[Read more]
Posted: Wed, 13/01/2021 02:51 (3 Years ago)
I literally spent three hours writing a script that narrows down possible words and adds new words to a preexisting list. And then I found out about something called "Hangman Solver". I guess one could say I wasted my time. Oh well.

[Read more]
Posted: Wed, 13/01/2021 02:06 (3 Years ago)
Basically all of the music from the first two seasons of Samurai Jack.

Most of the music from Shadow the Hedgehog (specifically the original version of Digital Circuit).

All of LocoRoco 1, 2, and Midnight Carnival.

Most of the music from Sonic 06 (mainly Aquatic Base and Crisis City, with the latter really getting my heart pumping).

The main theme of Spelunker.

All of the music used in Pixeljunk's Shooter 1 and 2.

All of the music from Ratboy's Kingdom and Starship Genius.

Most of the songs in Bremenskie Muzykanty.

I guess this is good for now... I like a lot of music and can't quite pick a favourite.

[Read more]
Posted: Wed, 13/01/2021 01:55 (3 Years ago)
I AM COOL.


THE KEY IS TO GO AT AN ANGLE (I hit Caps Lock by accident... Oh well. Looks good).

[Read more]
Posted: Wed, 13/01/2021 01:50 (3 Years ago)
I hate drawing bulbasaur's body but I REALLY love drawing its head (the bump on the mouth is really fun, reminds me of one of those Splatoon fish things that I can't remember the name of).

Lileep
Rock, Grass
#345
Sea Lily Pokémon
Only in the Water Egg Group

[Read more]
Posted: Wed, 13/01/2021 01:37 (3 Years ago)
NewWord = NewWord.upper() #Capitalizes all characters in word
List = [] #Creates empty list

with open('PokeWords.txt', 'a+') as Lines: #Opens txt for appending or whatever/ Creates file if doesn't exist
Lines.seek(0) #Moves to beginning of file
List = [words.rstrip() for words in Lines.readlines()] #Places all words into a list and removes linebreaks

if NewWord not in List: #Checks if user-input exists in list
List.append(NewWord) #Adds word to list

List = sorted(List)


if not os.path.isfile('PokeWords.txt'): #Just checking again
print('File was deleted (or something). Creating new file...')
time.sleep(1)

PokeFile = open('PokeWords.txt', 'w+')

for word in List:
PokeFile.write(f'{word}\n') #Writes word from array to txt

PokeFile.close()
print(f'Added {NewWord} to the list.')


I was writing something in Python...

[Read more]
Posted: Wed, 13/01/2021 01:30 (3 Years ago)
Green Emerald (what a cozy colour choice).

[Read more]
Posted: Wed, 13/01/2021 01:27 (3 Years ago)
Rainsong (rain was surprisingly difficult to work with...)

[Read more]
Posted: Wed, 13/01/2021 01:23 (3 Years ago)
Fly swatter (the good Trini kind).

[Read more]
Posted: Wed, 13/01/2021 01:19 (3 Years ago)
Nickeliferous (I love these words).

[Read more]
Posted: Fri, 10/07/2020 02:34 (3 Years ago)

Title: Good Golly

I've been on here for two years and this is the first time I've completed the tutorial...
Also, howdy y'all. I'm still going strong.

[Read more]

<-- Previous site || Next site -->