SomeBoyPlayz
@SomeBoyPlayz
HTML/Python junior dev :D
USA
0
I need help with animated gradientsI looked to a few youtube videos for help, but none of them work. Can anyone give me css source code pls?
0
0
0
Hey everyone,
I was making a repl that could print Never Gonna Give You Up's lyrics when run. But the multiple ' in the song made it all messed up.
Python
Hello world!
Hope you're having a great day coding.
I've always wondered: Is it possible to play Minecraft by clicking run on Replit?
Well, today I
Python
I'm working on a Python project and I hope it turns out really cool. I want to recruit some people that know how to slowprint, like a typing animatio
STCollier @SomeBoyPlayz I assume you want something like this?
import sys, time
letterDelay = 0.1 #seconds
def typingPrint(text):
for character in text:
sys.stdout.write(character)
sys.stdout.flush()
time.sleep(letterDelay)
typingPrint('Your text goes here')1 year ago
This was forked and edited from @RayhanADev's repo "Repl in a Repl"
Please read README.md for info on this :D
I found a website that might be useful
Bash
ignore the repl I just had to post it for the post to post lol
Hello world,
Idk where to post my suggestions (related to the site) so I hope I'm all
Node.js
0
Alarm ClockAn Alarm Clock (no sound) that I found on a website and modified the code!
28
0
0