Yoplayer 1 .py
@Yoplayer1py
Also idk what I'm doing. I wanna learn python and html and css and js at the same time
Alpha Centauri
0
Robot Catcher 3000 [Day 81_100]Catch robots off-guard with the new Robot Catcher 3000 [Patent pending]
0
0
0
0
Basic chat appBasic chat app in python using files!
0
0
0
0
Day 13_100Awesome code to tell you that you failed!
0
0
0
0
Day 11_100Day 11 of 100 days of code
0
0
0
Hi I'm building a contact form which will use reCaptha to verify the user and if the user is verified then redirect to the contact site. I have figure
Python
Hi;
I have made a confetti like thing (help frm Coder100) and added the following padding :` padding: 25px 50px 75px 100px;
` line 4 in https://repl
Python
HI!;
I was making a app in flask/html but I got an error:
(shell)
Replit: Updating package configuration
Serving Flask app "main" (lazy loading)
E
Python
ch1ck3n put the image in /static/ from the root directory
and the url should be like /static/pokebg.jpg2 years ago
Hi;
If you see in the repl you will see in main.py on line 31 I used replitdb to store the username. but it shows :
Traceback (most recent call last):
Python
Coder100 Right here:
image
that's not valid syntax, because you put this inside render_template ... only variable arguments are allowed, you can't put statements there.
did you mean:
userid = db["userid"]
`2 years ago
QuantumCodes I didnt quite understand... does the flask to py work? Dont you need to do @app.route("/whatwvevr",method=["POST","GET"])? And for line 31, db['whatever'] = user sets the key whatever's value : user (your webpage doesnt wakeup for me.. sorry)2 years ago
I was adding speak function using pyttsx3 when I ran it I got this error:
Repl.it: Updating package configuration
--> python3 -m poetry install
Insta
lsikora Hey! There are a few solutions to solving this issue but it is depending on what is the issue.
If the issue is that the repl is not working, then fork your project or copy and paste it.
If you think that this file is not supported, then just don't do the project because it won't work.
And also, the main reason why its not working, is that you imported your file wrong. Its supposed to be like this..
pip3 install pyttsx3
Thanks,
CodeMaster0072 years ago
Hi Replit users !!;
This is a pokedex the one that the guy's in pokemon use to get info about it (it speaks info I'll add that later cause i don't kno
Hi guys;
I was testing image overlay for my discord bot but when I run the function test_2() it shows that roboto truefont ttf file was not found:
Tra
Python