Skip to content
Open navbar menu
Sign UpLog In
Profile icon

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
  • bot

    Cover page
    Made with Python
    Recent comments (0)
  • Encourage Bot

    Cover page
    Made with Python
    Recent comments (0)
Repls
Community
Yoplayer1py
Yoplayer1py
published a Repl
1 month ago
0
Robot Catcher 3000 [Day 81_100]
Robot Catcher 3000 [Day 81_100]Catch robots off-guard with the new Robot Catcher 3000 [Patent pending]
Yoplayer1py
Yoplayer1py
published a Repl
4 months ago
0
Basic chat app
Basic chat appBasic chat app in python using files!
Yoplayer1py
Yoplayer1py
published a Repl
5 months ago
0
Day 13_100
Day 13_100Awesome code to tell you that you failed!
Yoplayer1py
Yoplayer1py
published a Repl
5 months ago
0
Day 11_100
Day 11_100Day 11 of 100 days of code
Yoplayer1py
Yoplayer1py
shared a Post
2 years ago
Show text only if the reCaptha is passed in flask.
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
Gamers Spot
Python
Yoplayer1py
Yoplayer1py
shared a Post
2 years ago
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
Gamers Spot
Python
Coder100
Coder100
try adding: display: inline-block;2 years ago
Yoplayer1py
Yoplayer1py
shared a Post
2 years ago
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
POKEDEX WEB VERSION!!!
Python
ch1ck3n
ch1ck3n
put the image in /static/ from the root directory and the url should be like /static/pokebg.jpg2 years ago
Yoplayer1py
Yoplayer1py
shared a Post
2 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):
a decent login system (new to webdev)
Python
Coder100
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
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
Yoplayer1py
Yoplayer1py
shared a Post
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
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
Yoplayer1py
Yoplayer1py
shared a Post
2 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
Yoplayer1py
Yoplayer1py
Gimme suggestions and tell from where to get the info bout all the Pokemons.2 years ago
Yoplayer1py
Yoplayer1py
shared a Post
2 years ago
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
TEsting image overlay
Python