Wow! This is gonna be my bio because there's a really large character limit. Anyways, I'm Eric [REDACTED] and I work for the [REDACTED] as a [REDACTED]. I live at [REDACTED] in [REDACTED]. My hobbies are playing games, helping people, coding, and finding small buglike things. For example, THIS! The max character count should be much shorter. Also, special characters shouldn't be permitted. Okay, I really don't get the character limit here. Oh well, I'm approaching the limit. Gotta go!
@ebest
This is a bad bio because it only has 140 characters. My name has four hundred something characters!
0
Just a wordle checker
since I didn't want to do wordle myself and knew enough about html to understand wordle's code
guess smarter not harder, kids
Disclaimer: Ebest will not be liable for any negative results from the use of this program. It is recommended not to click "Run" until the consequences of the program's capabilities and simplicity are understood by the User.0
1
0
A simple hashbreaker. Also known as a password cracker. If you put in a word into the input field, it'll hash your input then try and break it. You ca
Python
Hi! This is a surprisingly simple file encryption/decryption system.
Ebest used pyAesEncrypt!
It's super effective!
(9000000 damage dealt to men i
Python
Is there any way to make it so that users of a repl don't have to install the modules AGAIN?
-Ebest
In the shell (open with Ctrl-Shift-S), when you run anything, there's a bunch of missing modules (Termcolor, for one). Why can those things be run in
Well...
I got this thing called Pychat, with a server and a client, and I have this idea. I want to add a feature that detects when someone closes th
samdevz I didn't review the code, but why not have the client send a heartbeat every 10 seconds? Basically, they just send a tiny packet to the server at regular intervals to say "Hey, I'm still here!". If the packet isn't received on time, then you can assume they left / got disconnected and take it from there.4 years ago
SO... I got another person's code, an image to ascii thing, but the output image is TOO BIG to have a high resolution. Here it is with max zoom out mo
ash15khng 1) You don't need to tag everyone
2) What font are you talking about?
3) Who is Faris?4 years ago
Liveclick is a simple game where you CLICK the screen to advance. Yes, Python does support CLICKING! It uses Curses, an interesting module I just foun
Python
kuiperwolf @ebest, the repl doesn't work for me. Attached below is a screenshot of what happens.
I enter my name, and the error shows up.
liveclick3 years ago
stevenhuang2025 There may be a way to "cheat". You can scroll with your mouse or trackpad, and your program counts it as more than one click.4 years ago
PIthon is a crowdsourced Pi calculator that runs with Python. It lets you use your Repl.it hacker plan for a cause (I don't have hacker plan. I hear h
Python
EchoCoding @ebest How did you get a jsonstoreclient key? I want to integrate the total run number into a project, but can't figure out how to use a key.4 years ago
HappyFakeboulde bug: on line 127 to 130, you say type(ds) != int, but you get ds from just input(), which will return a string, not an int
you should do a try-except with int(ds) or (not ds.isnumeric())4 years ago
HappyFakeboulde ...it doesn't work...
Traceback (most recent call last):
File "main.py", line 72, in
with open(".env", "r") as t:
FileNotFoundError: [Errno 2] No such file or directory: '.env'
`4 years ago
On repl.it, if you go to a 404 website, one of the lines say this:
>This is not the page you're looking for.
Wait a moment, BUT IT IS! Is this... sup
First and foremost, is there a way to see who's using your code (username)? because I'd like to use it in pair with the code below.
The code I have a
Python
NOTICE: Some of these aren't questions, just suggestions. There's still questions though.
#1: @katyadee:
Really, you should add a description for you
Is there a way to see which questions are unanswered? (so I can answer them)
-Ebest
a5rocks +1 to mat's answer
But personally, I just go through the questions sorted by new no matter how many comments, and just ignore any that have an answer marked as the solution.4 years ago
Vandesm14 Eankeen made a system for that exact purpose: https://replit-talk-ask-new-question-fetcher--eankeen.repl.co/4 years ago
Whenever a post is created, it's really difficult to create long posts. The box for creating a post is small, and when editing a post, it's even small
Is there any way to use python to find what username a player is using?
I want to list everyone who visits my python page so is there a way to find th