Skip to content
Sign UpLog In
Profile icon

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!
  • Pychat

    Cover page
    Made with Python
    Recent comments (0)
Repls
Community
ebest
ebest
published an Update
11 months ago
0
Wordle checker
Wordle checker
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.
ebest
ebest
shared a Post
2 years ago
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
md5decrypt
Python
ebest
ebest
shared a Post
3 years ago
I've been inactive for a while so I had fun creating the python script on how to fly. -Ebest
Tribute
Python
xolyon
xolyon
it doesn't work for me ...3 years ago
ebest
ebest
shared a Post
3 years ago
Just a game. Please tell me every one of the 400 bugs which appear. -Ebest
The game
Python
ebest
ebest
shared a Post
3 years ago
Hi! This is a surprisingly simple file encryption/decryption system. Ebest used pyAesEncrypt! It's super effective! (9000000 damage dealt to men i
Crypt of Ebestalization
Python
ebest
ebest
shared a Post
4 years ago
Is there any way to make it so that users of a repl don't have to install the modules AGAIN? -Ebest
rediar
rediar
yeah repl.it's package manager for python is really bad.... I got problems all over the place3 years ago
ash15khng
ash15khng
I don't think there's a way, but maybe you can try posting on the feedback page.3 years ago
ebest
ebest
shared a Post
4 years ago
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
ebest
ebest
shared a Post
4 years ago
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
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
mwilki7
mwilki7
https://stackoverflow.com/questions/3888902/detect-browser-or-tab-closing4 years ago
ebest
ebest
shared a Post
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
ash15khng
1) You don't need to tag everyone 2) What font are you talking about? 3) Who is Faris?4 years ago
ebest
ebest
shared a Post
4 years ago
On the "My Repls" page all my folders disappeared and the new folders button is gone. I have a feeling this is a site-wide problem. Does anyone know?
ash15khng
ash15khng
Are the repls in the folders there? I'll go and check mine. Edit: my only folder (unnamed) is still there.4 years ago
ebest
ebest
shared a Post
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
Liveclick
Python
kuiperwolf
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
rediar
rediar
it broke3 years ago
stevenhuang2025
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
ebest
ebest
shared a Post
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
PIthon
Python
EchoCoding
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
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
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
ebest
ebest
shared a Post
4 years ago
In any python project, SINCE WHEN did all the outputs become spaced out??? Here's an example: Pandas Also, pandas datatracker is interesting. Needed
ash15khng
ash15khng
Your code crashes, so there's no output?4 years ago
ebest
ebest
shared a Post
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
Pythonier
Pythonier
Haha!4 years ago
ebest
ebest
shared a Post
4 years ago
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
view tracker
Python
ebest
ebest
shared a Post
4 years ago
NOTICE: Some of these aren't questions, just suggestions. There's still questions though. #1: @katyadee: Really, you should add a description for you
Zavexeon
Zavexeon
Including myself in this thread4 years ago
katyadee
katyadee
Howdy! I don't totally understand your comments to me, LOL. Can you explain them?4 years ago
ebest
ebest
shared a Post
4 years ago
Is there a way to see which questions are unanswered? (so I can answer them) -Ebest
a5rocks
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
Vandesm14
Eankeen made a system for that exact purpose: https://replit-talk-ask-new-question-fetcher--eankeen.repl.co/4 years ago
ebest
ebest
shared a Post
4 years ago
Checking if I can accept my own answers. Apparently I can't, sadly. How do you close a question if you figured out the answer yourself?
Pythonier
Pythonier
You could delete the post4 years ago
Vandesm14
Vandesm14
Nope4 years ago
ebest
ebest
shared a Post
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
themaka
themaka
This doesn't work for you, @ebest ? resize What browser are you using?4 years ago
Vandesm14
Vandesm14
You can always resize the box by dragging the bottom right corner.4 years ago
ebest
ebest
shared a Post
4 years ago
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