ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ
@mesquite2234
I like skunks
I decided to learn unity, and made some pretty cool things that I want to share, but can't. How do I embed a unity3D project onto a repl?
ch1ck3n build the project as a web project
file->build settings->HTML thing->change build settings to this and build2 years ago
0
Kahoot Kahoot remake in python tkinter
42
0
0
I want to call a kick command from another bot, but it returns the memberNotFound error, but when I call the same command in discord, it works. How do
P.A.T.R.O.L
This is a text-based RPG game about fighting mechs made by @IntellectualGuy and @mesquite2234 on repl.it!
How to play
The atlas
Stats:
he
Python
When I run pip install --upgrade pip and pip install rimp it tells me that it successfully imported version 0.0.3 and it's trying to import 0.0.4 in t
Python
RYANTADIPARTHI i don't think you can actually do anything about it. That's just the way it goes. Not really harmful, but it goes like that.2 years ago
P.A.T.R.O.L
This is a text-based RPG game about fighting mechs made by @IntellectualGuy and @mesquite2234 on repl.it!
How to play
The atlas
Stats:
he
Python
What do you think are the most basic and essential python functions, methods, and types?
I'm making a text homepage template but it's not working. The cursor isn't showing when the controls (a, d) are pressed.
Python
RYANTADIPARTHI i think the buttons[] have something to do with it. They shouldn't exactly be like that. Maybe try looking there.2 years ago
Coder100 remember to reprint the screen. Python won't update existing text! You need to update it yourself.
So, redesign it.
while True:
thing = getch()
if thing == 'a':
hpLeft()
elif thing == 'd':
hpRight()
hpUpdate()
`2 years ago
InvisibleOne I think that it is changing it but it isn't showing it since your while true loop doesn't reprint the new text 'homescreen'2 years ago
I can't import the module rimp. I was hoping to use it for a project. Why doesn't the import work? Or am I just an idiot?
Python
RYANTADIPARTHI two things.
rimp not available in repl.it
a bug. Refresh, try again.
I'm leaning towards option one. It's probably not available. Since you installed, and it's not working.
But try installing again. Get the package.2 years ago
DynamicSquid Yeah, I also noticed that repl.it can't download certain python packages. Maybe it's because pip is outdated? You could try to update it pip install --upgrade pip2 years ago
I'm creating a program called ScriptShare and I want to post it on repl talk, but the script and user files won't be saved so I want to use a differen
Python
RYANTADIPARTHI no db actually saves files. repl db is the best choice. In other huge projects containing web servers, you can use other dbs, but for now, repl db is best choice.2 years ago
EpicGamer007 ??? If you want to save data, you have to store in an actual database so... you probably have to use repldb. if u use repldb, u can use the db in your repl2 years ago
For a program I'm making, I want an option that gives me a notification or ping but I don't know how
I'm using python
Python
RYANTADIPARTHI if you mean ping or notify repl users in your program, i don't think that is possible, unless, you are making some kind of login system. In that case, write an if statement.
if post == user:
message = "notification!"
print(message)
like that.
Correct me if I'm wrong2 years ago
For a long time i've been trying to make a chatroom with python, and this is almost that!
You do have to reload to see chat updates but I think it's
Python
I'm following the first part of @AllAwesome497 's tutorial and I'm on the third step and trying to use html but it's not working. Why?
Python
SixBeeps What happens if you place the definition for base_page before starting the server?2 years ago
I just wanted to say Merry Christmas and a happy new year!
Screenshot 2020-12-24 at 11.49.54 AM
Python
Danyka12 I love the Christmas season. It's a time for celebrating with friends and family, baking cookies, giving gifts and watching Christmas movies. The music. I love all kinds of music, but nothing says Christmas like Winter Wonderland. And there's nothing better than hearing it sung by carolers on Christmas Eve as they walk through town! The decorations. You can download worship ppt templates to make your chirstmas more special. From the tree to the dreidels in our house, from Santa Claus figures on5 months ago
Why isn't the text displaying in the tkinter button when I run sendTextInput
Python
BotsBoots It says msgHistory is not defined. You need to define msgHistory before you call sendTextInput.2 years ago
It's 5:14 in the morning and I have just finished a less is more game. The way to play is to guess red or blue, and if your side has less people on it
Python
I have an idea for a game that I'm working on, but I need a way to make an online, multiplayer program in python without pygame. Anyone know how?
RYANTADIPARTHI Maybe try arcade, or tkinter, or turtle. Turtle is the easiest to make games in. Flask, and Django are web. Website languages. Those won't work for games. So try using the ones listed. Turtle is easiest.2 years ago
Have you ever played a kahoot, gotten the answer before anyone else, then MISCLICKED? If so, this programs for you! It uses tkinter buttons and a rand
Python
DJWang Y'all getting so good now. Repl has been growing exponentially after Covid striked2 years ago