Skip to content
Open navbar menu
Sign UpLog In
Profile icon

R(obot) Gus Reventlov

@octopyBot
I don't struggle with depression. I've got it down, dude. I'm great at depression!
  • radish farmer

    Cover page
    Made with Python
    Recent comments (0)
  • HULU screensaver

    Cover page
    Made with Pygame

    I finally did it!!

    Recent comments (0)
  • PyAssist In Flask

    Cover page
    Made with Python

    PyAssist was revived... and now we put it into FLASK!

    Recent comments (0)
octopyBot
octopyBot
published a Repl
2 years ago
0
oops
oopsObject Oriented Programming using hats!
octopyBot
octopyBot
published an Update
2 years ago
0
number guessing game C#
number guessing game C#
C# number guessing game!
This is sort of a low-effort post but I'm in the longish process of learning C# and I want to share some of it. So here's some knowledge of: while loops, if and else if statements and ToInt32 conversions . Funny story; I asked my friend to test this and he typed 69 and guessed it on his first try. anyways hope you enjoy!
octopyBot
octopyBot
published an Update
2 years ago
0
Collaboration request
Hey everyone I'm looking to collaborate on github on a discord bot written in python. If you're interested my github is batsoup804. just tell me your own github and I'll give you access as it's a private repo. You should have advanced knowledge in python as well as a basic understanding of discord.py. (also you should know I just chose a random repl for the question
octopyBot
octopyBot
shared a Post
2 years ago
This is a rest API for oprah winfrey quotes. hope you enjoy! ps. It's not live quite yet but I'll update the post with a link once it is.
Oprah quotes API
Python
octopyBot
octopyBot
shared a Post
2 years ago
Hey everyone! so the project name was actually PyAssist but from what I can see it never went anywhere. it was a super cool idea though and I really w
octopyBot
octopyBot
agh im dumb. sorry my old question was, there was a project a year ago and I wanted to know what it was called so I could see what became of it. turns out it went nowhere so with the permission of PYer and pycoder01 I'd like to make it a for real thing.2 years ago
Coder100
Coder100
for two seconds actually describe your question lol2 years ago
Coder100
Coder100
what2 years ago
octopyBot
octopyBot
shared a Post
2 years ago
Hey everyone! I know I've been gone for a while and I remember one of the last things I worked on was a python helper program. I don't remember what i
Coder100
Coder100
here are some easy ways to find repls: how old was it approximately? did it use flask?2 years ago
VulcanWM
VulcanWM
Maybe search up py in your repls and see what you get?2 years ago
octopyBot
octopyBot
shared a Post
3 years ago
hello all, I'm back with a guide and a problem to fix. why I'm writing this. the reason I'm writing this is sort of a go-along to @CodeLongAndPros gui
Highwayman
Highwayman
Hmm one thing, “Can Someone Help” can be quite a frustrating topic to deal with in the wrong situation. If someone has a specific concept they are tripping up with, the “can someone help with my bot” isn’t gonna cut it. On the other hand, if your really just looking for a friend to code with, it’s probably much preferred to say “Can someone help” as to not confuse those who think it’s just one small problem. Both cases lead to confusion and a perceived complexity that really isn’t there.3 years ago
EpicGamer007
EpicGamer007
I would also like to add... DO NOT POST A QUESTION IF IT HAS ALREADY BEEN ANSWERED. IT IS ABSOLUTELY ANNOYING. IT'S PRETTY MUCH FREE CYCLES(Not that it matters) BUT STILL. I see at least 7 questions every week regarding this one java problem. The answer for every single one of these problems are that you named your class wrong. I know @Coder100 always answers these and ask him, I know that he has answered many of these questions. So SEARCH UP YOUR ANSWER BEFORE ASKING IN REPL TALK I am pretty 3 years ago
DungeonMaster00
DungeonMaster00
great a good example i asked would be here.3 years ago
octopyBot
octopyBot
shared a Post
3 years ago
Hey, all! I wanted to share this cool statistical conundrum with you guys! so, let's get started! Meet Lucy!👩🏻‍🦰 meet Lucy, a major in statistics
Bookie0
Bookie0
nice article!3 years ago
octopyBot
octopyBot
shared a Post
3 years ago
🔮so these days, everyone's on their devices, so I thought I'd make a simulator to have some fun the way we would be, frolicking outdoors🔮 you know
bubbles-o-matic simulator
Python
octopyBot
octopyBot
shared a Post
3 years ago
✨Ez python errors!✨ 👾The name error! So the name error is an error that pops up when you haven’t defined a variable or function before you used it, o
CodeLongAndPros
CodeLongAndPros
I’d say to also include a stack trace for each exception.3 years ago
DynamicSquid
DynamicSquid
Some code examples would be nice :)3 years ago
octopyBot
octopyBot
shared a Post
3 years ago
so I have been trying to make a series of projects, but none work becuase I don't know how to tell python to make a new variable on it's own. like an
Coder100
Coder100
Wait are you making an average calculator? A list/array is better: vars = [] vars.append([number]) vars.append([number]) total = 0 sum = 0 for num in vars: total += 1 sum += num print ("avg is %s!" % (sum / num)) `3 years ago
Coder100
Coder100
You can use a dictionary: variables = {} variables["variable name here"] = "value" But to also add mutability: variables["variable name"] = { "value": "something", "mutability": "var" } variables"variable name" That allows for constants, like PI.3 years ago
techpixel
techpixel
Use dicts - They act like python variables mydict = { "myvar":5 } #get a dict value with key print(mydict["myvar"]) #set a dict value with key mydict["myvar"] = 5 If you really insist on making a PYTHON variable instead of a dict, use exec. This method isn't really suggested because it can cause a lot of bugs and issues compared to dictionaries. exec("%s = %s" % ("myvar", "5")) #not suggested `3 years ago
octopyBot
octopyBot
shared a Post
3 years ago
it gives you a random spirograph every time!
spirographys
Python (with Turtle)
octopyBot
octopyBot
shared a Post
3 years ago
hey, so a lot of people have been starting teams to make cool projects and I need some human/repl.it bot interaction, and I just so happen to be a pyt
gibbsfreenergy
gibbsfreenergy
add me in! How do you become a dev?3 years ago
IvanChang111
IvanChang111
@octopyBot I joined x23 years ago
octopyBot
octopyBot
shared a Post
3 years ago
my email is being spammed by people who want to add me to their team! it's quite annoying, maybe if you asked me I would be fine but please don't add
OlauPla
OlauPla
I'm sorry I already invited you. Would you like to join?3 years ago
PattanAhmed
PattanAhmed
Now, You can leave the team too! Thanks!3 years ago
Leroy01010
Leroy01010
click the three dots then press leave3 years ago
octopyBot
octopyBot
shared a Post
3 years ago
what are content creators? I think they're little badges but can someone elaborate? how would I get one?
octopyBot
octopyBot
welp @21natzil CALLING A MOD FROM ACROSS REPL.IT hey when can I get a content creator badge? @AllAwesome497 told me you were my guy for that.3 years ago
Coder100
Coder100
Hello, you get the content creator role by creating awesome tutorials. Look! I am one!3 years ago
k9chelsea2
k9chelsea2
make a good tutorial or template is what I have heard. they are just a badge thats it they don't give you additional perms3 years ago
octopyBot
octopyBot
shared a Post
3 years ago
I got a notification saying a earned an achievment on repl.it saying I was now a repl.it guide, can someone tell me what that is? image
Coder100
Coder100
Hi, repl.it guide is one of the new achievements you can get. Achievements just show how much a user knows about repl.it and their contributions, but otherwise is just as meaningless as cycles. Read more here.3 years ago
Bookie0
Bookie0
hi there! so the repl.it achievements is a new feature of this summer. basically, you get those achievements badges for doing stuff like coding every day, posting on repl talk, or answering other peoples' questions. i dont think those achievemnets have any use (like cycles) but they are a way to encourage users to be more productive/active on repl.it read more about it here: https://docs.repl.it/misc/achievements Happy coding! =)3 years ago
ironblockhd
ironblockhd
Here's a description of all archivements: https://docs.repl.it/misc/achievements >Earned when you have your comments accepted as answers on someone's Repl Talk post You probably got it from helping Destroyer117a3 years ago
octopyBot
octopyBot
shared a Post
3 years ago
hello guys! I wanted to make this after @JosephSanthosh asked me how to make a screensaver on my project: https://repl.it/talk/share/hulu-screensaver/
screensaver template
Pygame
gibbsfreenergy
gibbsfreenergy
Thx3 years ago
DynamicSquid
DynamicSquid
Cool!3 years ago
octopyBot
octopyBot
shared a Post
3 years ago
it took me so long to figure this out. it is so fun!! I will definitely be making more screensavers.
HULU screensaver
Pygame
dancergirl300
dancergirl300
That's Awesome!3 years ago
gibbsfreenergy
gibbsfreenergy
If you wanted to change the logo to Netflix how would you change it?3 years ago
firefish
firefish
Challenge: recreate Windows Pipes... it's hard take it if you want3 years ago
octopyBot
octopyBot
shared a Post
3 years ago
i need dumb ways to die for an adventure game. help me out here >this is a neutral answer post, nobody's getting 5 cycles so don't ask for them.
PattanAhmed
PattanAhmed
@octobyBot Hi, Here are some of my choice:- Picked the flowers and the neighbors beat you = You died Got random extra ordinate butterflies = You died Crashed into the front mirror of a car = You died Can't handle computer virus which cleared out all your personal data = You died Can't picked the nail on the road and the car crashed you = You died Headed towards Left instead of Right = You died Broke the rules of the Repl.it and got banned = You died Thanks!3 years ago
VyomJain
VyomJain
You died of boredom in quarantine 3 years ago
k9chelsea2
k9chelsea2
a cactus bites you to the death3 years ago
octopyBot
octopyBot
shared a Post
3 years ago
any kinds will help. just... vomit all your insults here.
ironblockhd
ironblockhd
I would, but it breaks replits rules > Keep it clean, or SFW (safe for work). If you wouldn't show it to a 10 year old or your grandma, don't post it. This includes swearing, it is not allowed.3 years ago