Skip to content
Sign UpLog In
Profile icon

Isaiah Day

@isaiah08
Your cheese. My cheese. Our cheese!
  • DayBot -- Version 0.0.1

    Cover page
    Made with Python

    A semi AI project.

    Recent comments (1)
    kalebdoesthings
    kalebdoesthings
    4 months ago

    cool

  • COVID BATTLE

    Cover page
    Made with Python
    Recent comments (0)
  • Crowtalk

    Cover page
    Made with Python
    Recent comments (5)
    CodingEpic
    CodingEpic
    2 years ago

    Free domain yey

    MrVoo
    MrVoo
    2 years ago

    Not bad, but maybe order them newest first?

Repls
Community
isaiah08
isaiah08
published an Update
1 year ago
1
help
help
Can I program a bedrock server?
Is it possible (for free) to program a bedrock server? It must be able to run on iPad and on multiple networks. What language would work?
#help
#helpme
#ask
+1
isaiah08
isaiah08
published an Update
1 year ago
0
Screen not fully covered in tkinter GUI
Im making an "OS", but when i have the background screen yellow, there are holes in it! How can i fill the gaps without reducing the font size? Thanks!
isaiah08
isaiah08
shared a Post
1 year ago
I have a few questions about socket. Do client-server interactions work only on the same network? I tried to run my chat app on repl.it, and I could l
VulcanWM
VulcanWM
Socket doesn’t work in replit Try using socket.io because I’ve heard that works1 year ago
isaiah08
isaiah08
shared a Post
2 years ago
Why is all the text scrunched up? I added tags, but it doesn't work! Thank you!
CSS
HTML, CSS, JS
Coder100
Coder100
use divs ... card code here ... ... animations ... `2 years ago
sn236
sn236
It's not scrunched for me image2 years ago
isaiah08
isaiah08
shared a Post
2 years ago
How do you create a list in c++? It must be of ints, and how do you loop through it?
list
C++
SixBeeps
SixBeeps
C++ does not have lists, it has vectors instead. Here's some docs about how to use them.2 years ago
isaiah08
isaiah08
shared a Post
2 years ago
I'm trying to make new css template (like bootstrap css) but everything is being clumped together! Thank you!
CSS
HTML, CSS, JS
sn236
sn236
If you want to add bootstrap then you need to add the cdn link - Then you can use bootstrap2 years ago
isaiah08
isaiah08
shared a Post
2 years ago
When I run the warn command (maincommands.py line 28) on my discord bot, it gives an error. MainCommands object has no attribute guild. And it doesn't
Mr. Potato
Python
bendev9
bendev9
Because all commands in a cog pass a self parameter. You need to put async def command(self, ctx): #continue with code2 years ago
isaiah08
isaiah08
shared a Post
2 years ago
I'm using this tutorial. If you go to maincommands.py, you can see on line 5 that i removed the built in command hello: bot.remove_command('hello') So
Mr. Potato
Python
xfinnbar
xfinnbar
You need to put it after the command is defined. I recommend you put it before bot.run()2 years ago
isaiah08
isaiah08
shared a Post
2 years ago
BananaOS is a new computer display that will work on any platform. bananaos-icon Features: BananaText, a basic text editor Games Shell, which has on
BananaOS
Python
maxina
maxina
This is so cool!2 years ago
CodingElf66
CodingElf66
This is awesome!2 years ago
Carnage498
Carnage498
kewl man kewl2 years ago
isaiah08
isaiah08
shared a Post
2 years ago
Handy dandy is a python package I made that helps you in your python programing. Note that on replit, auto import does not work for this, so you need
handy-dandy
Python
InvisibleOne
InvisibleOne
Cool2 years ago
isaiah08
isaiah08
shared a Post
2 years ago
Go to the file menu, then click new file. Why does no entry appear? Thank you!
FantasticDarkmagentaBellsandwhistles
Python
tankerguy1917
tankerguy1917
Could it be because the create file function is empty? And on line 29, Button(self, text='Create', command=self.create_file) it looks like you are trying to call the create file function, but you forgot the parenthesis Button(self, text='Create', command=self.create_file()) I'm not to experienced with tkinter though, so if that is not the problem, I can't really help much more.2 years ago
isaiah08
isaiah08
shared a Post
2 years ago
I've been writing a discord bot, and it's been going good until now. I haven't written the beware command before, but it thinks it is taken. Why?
Mr. Crow
Python
InvisibleOne
InvisibleOne
add bot.remove_command('beware') right after line 92 years ago
Coder100
Coder100
You may be using a builtin command, as per this SO question: https://stackoverflow.com/questions/67328007/why-do-i-keep-getting-a-error-saying-the-command-already-exists-when-it-clearly2 years ago
isaiah08
isaiah08
shared a Post
2 years ago
A bit ago, I created Crowtalk V1. It was pretty simple website. Crowtalk V2 is much better, with comments and mods. If you want to be a mod, join the
Crowtalk-V2
Python
CodingEpic
CodingEpic
Alternate site: https://c3edfd9d-b07c-44f7-8520-a676ff239c97.id.repl.co/2 years ago
CjPlayzTV1
CjPlayzTV1
OMG THIS IS SOOOOOOOOOooOOOOO COOL!!!!!!!!!! I LOVE IT! Good job! <3 :)2 years ago
cuber1515
cuber1515
Cool!2 years ago
isaiah08
isaiah08
shared a Post
2 years ago
So i'm creating this thing in tkinter called BananaOS. It has some apps and i was wondering if anyone else would like to help with it?
CodinUser
CodinUser
Check out my project workspace-ux.codinuser.repl.co It uses a similar concept by an osina_window You can look at it for an idea and some concepts The basic idea is very simple create a main frame and add the homescreen widgets create a taskbar or menubars for the controls create buttons to launch the apps in the taskbar create Tkinter frames that hold an app, but they will need a title bar design if you want them to be good For a simple clock you can use time.strftime and Tkinter labels I wil2 years ago
isaiah08
isaiah08
shared a Post
2 years ago
If you run this program and go to crowtalk-v2.isaiah08.repl.co/comment/p=Hi! you should get an error saying that comment.html cannot be found. But it'
Crowtalk-V2
Python
OldWizard209
OldWizard209
Make sure you have done: templates/comment.html2 years ago
isaiah08
isaiah08
shared a Post
2 years ago
Hey! So... I haven't been active on Replit for a while cause I've been taking this course, so now that I'm done, I'll be posting a lot more. Anyways,
Crowtalk
Python
VulcanWM
VulcanWM
Woah nice! wait ur that guy who was helping with Daepedia right?2 years ago
DynamicSquid
DynamicSquid
Nice!!2 years ago
InvisibleOne
InvisibleOne
Nice... sorry about those zero width space posts, I just wanted to see if it would work.2 years ago
isaiah08
isaiah08
shared a Post
2 years ago
right click to flag squares, click to reveal them. (minesweeper) lines 105 and 106 create a label. so why doesn't it show?
isaiah08
isaiah08
shared a Post
2 years ago
in a tutorial i was reading, you install cx freeze like this: pip install --upgrade cx_Freeze then you run this: cxfreeze -c app.py --target-dir dist
EpicGamer007
EpicGamer007
if it is not recognized, that means it isnt installing globally. Try installing the program globally and see if that works2 years ago
isaiah08
isaiah08
published a Repl
2 years ago
2
draw click
draw clickClick to draw! q to clear, c to switch colors, u to not make lines when you click, and d to make lines again!
MrVoo
MrVoo
Not bad, but can you add this to speed it up? `t.speed(0)`2 years ago
isaiah08
isaiah08
shared a Post
2 years ago
Hey, I just learned ALOT of python and am looking for something new to program in. What are the best languages for: Game development (2D and 3D) Scie
BusterSolomon
BusterSolomon
I prefer a specialist who knows two-three languages and master them, to those who know 10000 languages, but superficially. For my business I will sooner hire rubyroid labs because I already have a proven record of requesting them to develop my apps and other websites, including a forum and internet shop.8 months ago
Coder100
Coder100
C# (unity) Python? I mean R was specifically for this Js Js Js/Swift What is a windows?? C C/Rust Any -- coding is hacking Dcscdsc2 years ago
OscarSowerbutts
OscarSowerbutts
Website backend: JavaScript Windows dev: .exe? (I don't know) IOS dev: use Xcode for macOS, free on the Mac App Store Science: What do you mean, code 'science' ???? Hacking: perhaps JS or python??!2 years ago