Skip to content
Sign UpLog In
Profile icon

Elijah

@CoderElijah
Use my invite to Replit Ask: https://ask.replit.com/invites/jJCsJipXQw I am learning Python and have basic knowledge in HTML and CSS.
Earth
Website
  • ASCII Movie

    Cover page
    Made with Python

    Star Wars

    See an even better Repl at https://HelpMeKenobi.CoderElijah.Repl.co/. Note that to use this in its true glory you must download it because this Repl needs a major boost otherwise. See the readMe.md file for more info. This is the classic Star Wars in terminal, using the same text file. I did not create the text file but I did write the Python program to run it. This description exceeded the 1000 character limit so now I have included a "readMe.md" file. Please read it for more information about this program.

    Thanks to @Classfied3D for the tip!

    Recent comments (37)
    MARZ123
    MARZ123
    1 month ago

    I have a tip for you to get more followers go to a person with a lot of followers and click the number and follow as many of them as possible

    MARZ123
    MARZ123
    2 months ago

    this is awesome may the force be with you my friend

    1909anirudh
    1909anirudh
    3 months ago

    wow!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    RavenSpeed
    RavenSpeed
    3 months ago

    That is cool

    CoderElijah
    CoderElijah
    3 months ago

    I couldn't fit everything I wanted in the description so now I have a file called "readMe.md". Please read it.

    DREWNOLT
    DREWNOLT
    3 months ago

    Does anyone else remember this from Windows 93 lol

    Piechicken20
    Piechicken20
    3 months ago

    I've never gotten the telnet one to work, ty for putting it here!!!

    CoderElijah
    CoderElijah
    3 months ago

    Thank you for the comments everyone! Please remember, I DID NOT create the text file that the movie comes from, only the Python program to display it. Please feel free to fork this and make your own stop-motion ASCII movies. Remember, it takes an insane amount of time to make the frames. I tried and didn't have the time. The Star Wars text file comes from asciimation.co.nz. The Star Wars text file contains a line with a number indicating how many times a frame should be shown, then a frame consisting of 13 lines, each line being 67 characters wide. You can make your own whatever dimension you want though.

    Elskeptico
    Elskeptico
    3 months ago

    this is SO GOOD! my only suggestion would be to play around with color.

    TG101
    TG101
    3 months ago

    The animation is great! How'd you do it? I plan to make some animations in my new text=based game: Mayday

  • CoderElijah Python

    Cover page
    Made with Python

    This Repl is a normal Python Repl, with my custom Python Library (website) already installed. It also contains a README with thourough documentation on the functions in the CoderElijah Python library.

    Recent comments (6)
    CoderElijah
    CoderElijah
    1 month ago

    @RayhanADev Can I get this promoted? I saw that you helped here and I was wondering if I could have that too. It would be really helpful to me at least if I could just hit "Create" and this be in the options. I don't know if anybody else cares about it.

    CoderElijah
    CoderElijah
    1 month ago

    I don't see my update, so I will comment here. I updated the version of the CoderElijah library to 0.2.6, which has added features to the showTextFor function. I also added to the README information that I forgot to include: ANSI color codes (which allow you to change the color of your text). This is now well-documented. Enjoy!

  • CoderElijah

    Cover page
    Made with Node.js

    Disclaimer

    Due to Replit's new egress limits, this site no longer lists my followers. The constant updating of the follower count takes a heavy toll on egress limits.

    Description

    This is my personal website. It includes such features as Error 404, theme changes (consistent across site and page refreshes), and boingCSS.

    Recent comments (23)
    lightdefusion
    lightdefusion
    1 month ago

    @CoderElijah Nice website! The boingCSS is really cool

    UzmanIhsan
    UzmanIhsan
    1 month ago

    Elijah help me with my website the background color is overlapping everything

    CoderElijah
    CoderElijah
    1 month ago

    EDIT: Now click here to view the debate. Which is better,

    This picture

    or my existing profile picture?

    cheez6784
    cheez6784
    1 month ago

    That's insane. The animations are so satisfying

    DkkfkrDnxnxj
    DkkfkrDnxnxj
    1 month ago

    @CoderElijah incredible website, how did you do the live follower count, I was checking the code but I donot understand what I have to do with const followerCount = document.getElementById(/* This is the id of the element you want the value to be listed on --> / "follower count"); const username = document.getElementById(/ This is the id of the element you want the username to be listed on --> */"username"); Could you please explain?

    UzmanIhsan
    UzmanIhsan
    1 month ago

    You know the colors page How did you make that? When I inspect it and press a color the html changes.

    UzmanIhsan
    UzmanIhsan
    1 month ago

    To CoderElijah

    Can I copy and paste the website color changing and buttons All the best UzmanIhsan your fellow coder

Repls
Community
CoderElijah
CoderElijah
published a Repl
10 days ago
1
Thank you to my 150 followers!
Thank you to my 150 followers!Run this Repl to see what's going on. I just wanted to thank my 150 wonderful followers.
Imeanbusiness
Imeanbusiness
Yay! Congrats for 150! I'm gonna hit 100 soon as well!10 days ago
irfuhgrpvhuhgu2
irfuhgrpvhuhgu2
everyone follow me 9 days ago
CoderElijah
CoderElijah
published a Repl
15 days ago
38
Undo new Replit UI
Undo new Replit UIPlease vote here on Ask to undo this horrible new Replit UI.
1Tim
1Tim
voted however, the egress update and the upcoming changes with hosting on replit (RIP free repl.co domain) are much worse than this15 days ago
Reykr
Reykr
Voted 👌15 days ago
CoderElijah
CoderElijah
published a Repl
29 days ago
2
Thank you to my 100 followers!
Thank you to my 100 followers!Run this Repl to see what's going on. I just wanted to thank my 100 wonderful followers.
GiggaPoggers
GiggaPoggers
dang, your gaining on me29 days ago
CoderElijah
CoderElijah
published an Update
1 month ago
8
Micro Random Number Guessing Game (Advanced)
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.
#python
#guessthenumber
#guessinggame
+1
CoderElijah
CoderElijah
published an Update
1 month ago
5
304 Bytes! Find the Missing Number
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 further
CoderElijah
CoderElijah
published an Update
1 month ago
8
Micro Random Number Guessing Game (Advanced)
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!
Firepup650
Firepup650
@CoderElijah "is not 304 bytes"?1 month ago
CoderElijah
CoderElijah
@Firepup650 I corrected that. Thanks.1 month ago
Firepup650
Firepup650
@CoderElijah I had to read it twice before I even caught it XD1 month ago
CoderElijah
CoderElijah
published a Repl
1 month ago
0
Blog
BlogI will post comments on this Repl as a blog. This is inspired by @sonicx180.
CoderElijah
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. ![image](https://storage.googleapis.com/replit/images/1676066510894_cac64840c03de6efa778f0f8d525c3c7.png) 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).1 month ago
Elskeptico
Elskeptico
o...kay. That replit was weird. *blinks*1 month ago
CoderElijah
CoderElijah
published a Repl
1 month ago
2
Thank you to my 50 followers!
Thank you to my 50 followers!Run this Repl to see what's going on. I just wanted to thank my 50 wonderful followers.
CoderElijah
CoderElijah
published an Update
2 months ago
5
304 Bytes! Find the Missing Number
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.
CoderElijah
CoderElijah
published a Repl
2 months ago
1
Lorem Ipsum
Lorem IpsumLorem ipsum dolor sit amet, consecteteur adipiscing elit.
CoderElijah
CoderElijah
published an Update
2 months ago
3
E.py
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 `
CoderElijah
CoderElijah
published an Update
2 months ago
4
HelpMeKenobi
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
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.2 months ago
CoderElijah
CoderElijah
published a Repl
2 months ago
3
E.py
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.
bigminiboss
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 :D2 months ago