eee eee
@CodingElf66
hi
Joke - A Little Fun Joke Project
Intro
Hello! This is a super super simple project I made using the Flask framework in Python. I hope you enjoy it!
Python
rickysong nice eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee (sorry for e's :P)2 years ago
How Many People Are On Replit?
Bookie0 The last question where someone asked this is 8 months ago, and the number of users was a bit more than 6 million. I think the number is around 9 million now (check the steps from link above)2 years ago
Hi, Replit Community! I am having a problem, unfortunately. The text is not lining up.
Screenshot 2021-10-04 2.13.40 PM
I want the rest of the text
Why Can't People Using An Education Account Publish Onto Replit Apps?
Personally, in my opinion, I do not think this is fair, and I do also not see t
VulcanWM Because they could be under 13 and under 13 people aren’t allowed to do those kind of stuff in replit like commenting and stuff2 years ago
Textarea tag not working
Hello, if you go to the editor, it somehow writes text for absolutely no reason, does anyone know why?
reCAPTCHA in Python/HTML (Flask Appl.)
Hello guys, I wanted to add reCAPTCHA to secure hacking on one of my websites, but I don't exactly know how to
Why Couldn't I Login To Replit?
Hi, I was having trouble opening my Repls and logging in to Replit. For some reason, it kept signing me out. At least
Socket IO Chat
Intro
Hello, Replit Community! This is my first made project in Node.js, and also using Socket IO. This is my first project, so there
Node.js
Make a Copy of Replit DB (Python)
I really need help on this, so please help!
I will be rewarding whoever answers this 5 upvotes!
Music Not Playing
Hello, everyone. Flask server IS confusing, as I'm trying to add music in script.js, but its not working.
music = new Audio('music
Python
Playing Music in HTML (or Javascript)
Is it possible? Because one of my projects need audio, but HTML and/or Javascript music sounds way more smooth
sn236
This will add a audio box, where the user has controls
Here is some more info - w3schools2 years ago
PyEditor - Run Python Code!
Intro
Hello, Replit Community! This is a PyEditor I made (in Python). It's pretty simple, and all you need to do is type
Python
IMayBeMe I don’t want to be a hater but this is the definition of low effort. Your doing literally nothing except using an inbuilt function and passing it off as this amazing python editor.2 years ago
MrVoo It's an okay start, but a few ideas: DONT USE COLORAMA, COLORAMA BAAAAAD, idea number two, make it so you can use multiple lines before running, and idea three, make error messages be more specific2 years ago
Creating a Package in Python
Intro
Hello, Replit Community! Today I'm going to teach you how to create a package in Python!
About
Packages are lik
Python
Username Not Displaying
Hello, Replit Community. If you run this, the program should first ask you for a username. However, if you then type a messag
Node.js
matthyno Change the (line 45 index.html)socket.emit(username + ': ' + 'chat message', input.value + ' ' + datetime);
to
socket.emit('chat message', username + ': ' + input.value + ' ' + datetime);
You're append to the name of the emitted "signal", meaning when you detect it, it won't match the socket.on('chat message') call. Instead, it is emitting " : chat message" as the title instead of chat message.2 years ago
Get Time in Node.JS
Hello, guys. If you run this, you notice that the time doesn't update, so it would be helpful if you can help! I'll be rewarding
Node.js
How To Create A SocketIO Chat
I won't copy it, but I will remix and redesign it, it would be helpful if you explain how a SocketIO chat and give the
How To Make Text Transparent So Particles-JS Can Be Rendered Behind The Text?
Go to the folders static and then css to find the CSS files, go to js i
Tic Tac Toe - Play a simple Tic Tac Toe game (pure HTML)
Intro
Hello, Replit Community! This is a Tic Tac Toe game, written in HTML, CSS, and Javasc
HTML, CSS, JS
ShizukoV e
Ay I got pinged!
Thanks for pinging me lol, my notifs have been kinda boring recently
Screenshot 2021-09-19 8.39.00 AM
> Nice game btw2 years ago
How to create a Typewriter in HTML?
I'm creating a Project, and I thought it would be cool to add this into it, so if somebody can just answer it, I'
ruiwenge2 try this:
in js:
function typing(element, text, speed) {var i = 0; window.setInterval(() => { document.querySelector(element).innerHTML += text.charAt(i); i++; }, speed); }
typing("#text", "insert text here", 20);
in html, add a new p element and make the id text:
if it's too fast or too slow just change the speed, which is 202 years ago
Weather Getter - Get The Weather, Location, Time, And Temperature!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Intro
Have you guys ever wanted to get
Python