Elijah
@CoderElijah
amc.discourse.group/invites/Ryynae7mD6 - Community-owned forum | Made TL3 and 4th on all-time leaderboard on Ask | pfp AI gen PikaBot2005
Earth
4
Thank you to my 200 followers!Run this Repl to see what's going on. I just wanted to thank my 200 wonderful followers.
14
13
4
2
Thank you to my 150 followers!Run this Repl to see what's going on. I just wanted to thank my 150 wonderful followers.
19
8
2
42
Undo new Replit UIPlease vote here on Ask to undo this horrible new Replit UI.
367
113
42
2
Thank you to my 100 followers!Run this Repl to see what's going on. I just wanted to thank my 100 wonderful followers.
12
4
2
8
Micro Random Number Guessing Game (Advanced)This number guessing game was made with lots of help from @MNA4. It is now 304 bytes.
Please read readMe.md for more details. They won't all fit in this description.
Thanks to @chromebooker, @HyperCodec, @Tovtovimand, and @ErikoXDev for their help as well!
Finally, under 300 bytes
I fixed the bug where playing again starts on line 2 and took off 8 bytes simultaneously.5
304 Bytes! Find the Missing NumberSee a similar game.
This was inspired by https://replit.com/@ANGELAXU4 's "For loop creative project".
It, unlike its predecessor, has the ability for the user to choose the high and low number, the missing number is random, allows the user to go again, and it has error catching.
Now 304 bytes!
I shrunk this thing even further8
Micro Random Number Guessing Game (Advanced)This number guessing game was made with lots of help from @MNA4. It is now 304 bytes.
Please read readMe.md for more details. They won't all fit in this description.
Thanks to @chromebooker, @HyperCodec, @Tovtovimand, and @ErikoXDev for their help as well!
Now 304 bytes!
I found a way to condense this and it is 304 bytes and even fewer lines!0
BlogI will post comments on this Repl as a blog. This is inspired by @sonicx180.
14
11
0
CoderElijah ### 66 Followers
Today I reached a sad milestone in my follower count: 66. I would like to pause a moment in remembrance of all the Jedi who were betrayed and slain when Order 66 was executed. Thank you to the Rebel Alliance for finally defeating the Empire and Palpatine.

If you don't know what I'm talking about, watch *Star Wars*. But only watch 1-6 and *Rogue One* (and *Solo* is okay).4 months ago
3
Thank you to my 50 followers!Run this Repl to see what's going on. I just wanted to thank my 50 wonderful followers.
19
0
3
5
304 Bytes! Find the Missing NumberSee a similar game.
This was inspired by https://replit.com/@ANGELAXU4 's "For loop creative project".
It, unlike its predecessor, has the ability for the user to choose the high and low number, the missing number is random, allows the user to go again, and it has error catching.
Now even smaller!
This program is now 357 bytes and one line, or see main (copy).py to see it not in one line at 338 bytes.1
Lorem IpsumLorem ipsum dolor sit amet, consecteteur adipiscing elit.
4
0
1
3
E.pyNow a template!
This is my custom Python library (available for install), which I use in pretty much every Python program I write. The website itself could use some touch-ups, but the Py file is the main concern and it is ready to go! I will continue to improve it at a decent pace as I use it all the time.
Now use pip install CoderElijah!
Thanks a lot to @bigminiboss for helping me get this set up. Now just run pip install CoderElijah in the shell of your Repl and add to your Py file to use this.
import CoderElijah
`4
HelpMeKenobiThis website commemorates Star Wars IV by listing its most famous line. If you ever need Obi-Wan's help, just come here.
Help me Obi-Wan Kenobi. You're my only hope.
If you need a different URL for any reason:
https://shoty.repl.co/r/02b04
Easter Egg - Force Users
https://helpmekenobi.coderelijah.repl.co/force/
These are the Replit users who have the Force.
@MARZ123 You're at the top of the list!CoderElijah @MARZ123 I wasn't sure if it would notify you when I mentioned you in an update, so here is a comment. I know it will work there. Now the [site](https://helpmekenobi.coderelijah.repl.co/force/) says that you have the Force in a hidden Easter Egg.4 months ago
3
E.pyNow a template!
This is my custom Python library (available for install), which I use in pretty much every Python program I write. The website itself could use some touch-ups, but the Py file is the main concern and it is ready to go! I will continue to improve it at a decent pace as I use it all the time.
15
7
3
bigminiboss 1. install poetry (`pip install poetry`, iirc)
2. make [pypi](pypi.org) account
3. run `poetry build;poetry publish` in shell
4. enter your username & password
5. make sure for each new ver you increase the pyproject.toml ver :D
---
make sure you make a new python repl to upload to pypi :D4 months ago
CoderElijah Thanks a lot to @bigminiboss for helping me get this set up. Now just run `pip install CoderElijah` in the shell of your Repl and add to your Py file to use this.
```python
import CoderElijah
```4 months ago