Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Ryan Muraliraj

@RyanMuraliraj
  • Text Number Mixer

    Cover page
    Made with Python

    Changes some letters in an input to numbers while maintaining visible pronunciation

    Recent comments (0)
  • The Actual Simplest Calculator in the World!!!!

    Cover page
    Made with Python

    This code is only made up of TWO lines!!!!!!

    Recent comments (0)
Repls
Community
RyanMuraliraj
RyanMuraliraj
shared a Post
3 years ago
2D Game (Pygame)
This template has a bunch of empty events ready to be filled with lots of juicy action packed game code. It is completely based around replit-play an
2D Game
Pygame
RyanMuraliraj
RyanMuraliraj
shared a Post
5 years ago
This is a pretty cool text changing thing to make your text look 'swag' like how all the usernames back in 2013. Example - Original Text: Dab on the
RyanMuraliraj
RyanMuraliraj
shared a Post
5 years ago
It is mind blowing how no one has created a calculator where you just type in an expression and get the result. All of the calculators I've seen have
XanthusPettitt
XanthusPettitt
wow mate! this is super cool2 years ago
ApoorvAgrawal
ApoorvAgrawal
You could use the .strip() function to get rid of the spaces that come with the user input. and maybe you could add a space after the colon to make it look better. like get=input("Input:").strip(' ')3 years ago
proofofconcept
proofofconcept
This calculator does not use eval but can evaluate arbitrary length expressions, with parentheses. It supports floats. https://repl.it/@proofofconcept/Basic-recursive-descent-parser5 years ago