Skip to content
Sign UpLog In
Profile icon

Apoorv Agrawal

@ApoorvAgrawal
  • chunky os

    Cover page
    Made with Python
    Recent comments (0)
  • notepad

    Cover page
    Made with Python
    Recent comments (0)
  • Bubble sort

    Cover page
    Made with Python
    Recent comments (0)
  • cookie trading simulator

    Cover page
    Made with Python
    Recent comments (0)
Repls
Community
ApoorvAgrawal
ApoorvAgrawal
shared a Post
3 years ago
Expression Calculator
This is an expression calculator made in Python and C++, You can choose which one you want to use. Some supported expressions are: `1+2-(6/2)+5(7)` NO
ExpressionCalculator
Bash
Coder100
Coder100
One suggestion: Precompile your C++ so you just have to do: ./Calculator ;)3 years ago
NoelB33
NoelB33
Very good but beyond my understanding lol.3 years ago
Coder100
Coder100
I like the lexer and parser!! Great job!3 years ago
ApoorvAgrawal
ApoorvAgrawal
shared a Post
3 years ago
You now can use arrow keys to move (this has almost been integrated into everything). Default password is abc123. Please fork before using
Project SNOWBALL
Python
ApoorvAgrawal
ApoorvAgrawal
If there is anything that could make this better, please tell me.3 years ago
Jakman
Jakman
i like the structure of this system you have here but you might want to find that error. do it by this " import pdb #python debugger pdb.set_trace() " that code finds the error and stops the program or something.3 years ago
CodingCactus
CodingCactus
wow that takes a long time to install the packages and then to be greeted by an error! image3 years ago
ApoorvAgrawal
ApoorvAgrawal
shared a Post
3 years ago
I know this isn't a real os, but it's still cool (atleast I think so). The default password is 1234. Also, if anyone knows how to make the package ins
Clunky OS
Python
CodeLongAndPros
CodeLongAndPros
The only way to make package install faster is to not use packages. As a challenge, you should implement them yourself, using only standard library functions like os sys time3 years ago
ApoorvAgrawal
ApoorvAgrawal
shared a Post
3 years ago
So I have a repl, and it has to have a password. But there is an option to change the password. So lets say that a guy named Bill comes and changes th
Codemonkey51
Codemonkey51
That's kind of how it works. It currently works right now that the moment they edit the code it forks it, they cannot change the code for anyone unless you invite them to multiplayer, so your game is safe3 years ago
ApoorvAgrawal
ApoorvAgrawal
shared a Post
3 years ago
This is a cake trading simulator. You get to trade cakes. I will add more random events in the near future.
cookie trading simulator
Python
ApoorvAgrawal
ApoorvAgrawal
shared a Post
3 years ago
I just got started with web scraping and I decided to try to make a program that web scrapes the meanings of words from yourdictionary.com.
web scraping dictionary
Python
DynamicSquid
DynamicSquid
Wow, that's impressive! I've always wanted to try web scrapping but I don't want to quit my current language to go learn it lol3 years ago
ApoorvAgrawal
ApoorvAgrawal
shared a Post
3 years ago
So I was looking through all of my files, when I found that they all were very unorganized, so then I thought to my self, What if I could compile all
LizFoster
LizFoster
If saving lines is your thing, you could format the first 39 lines like this: import clock, guessing, madlibs, multtable, currency, Adventuregame, rock, coinflip, diceroll, area, calc, linear, timer, shiritori from replit import * yes, no = ("yes"), ("no") madlibscom, guessingcom, helpcom, currencycom, rpccom, coincom, dicecom, multtablecom, primecom, adventurecom, areacom, calccom, linearcom, timercom, timecom, shiritori_com = ("madlibs"), ("guess"), ("help"), ("currency"), ("rock paper scis3 years ago
ApoorvAgrawal
ApoorvAgrawal
shared a Post
3 years ago
This is a clicker game. I got the idea from cookie clicker. The game is pretty much self explanatory. I will be adding graphics in the future. Also, i
cookie clicker
Python
EmmaGao8
EmmaGao8
How do you win?2 years ago
LizFoster
LizFoster
Wow, well done! This is very well executed, and I can definitely see potential for an even more content-filled game. I'm glad you can hold down the buttons to rapid-buy them, my fingers are not strong enough for clicker games, ha ha ha!3 years ago
ApoorvAgrawal
ApoorvAgrawal
shared a Post
3 years ago
so shiritori is a game where you enter a word, and then your opponent enters a word, and your word has to start with the last letter of your opponent'
Shiritori
Python
ApoorvAgrawal
ApoorvAgrawal
shared a Post
3 years ago
I am going to assume that you all know what a timer does. First I started out with it just displaying seconds, now I have moved on to Seconds and Minu
Timer min and sec
Python
JoBlowTrello2
JoBlowTrello2
when the timer reaches 0 fnaf will be real3 years ago
bgrubert
bgrubert
Line 45: Senses if the sountdown is finished sountdown?3 years ago
calisystem
calisystem
There is a lot of work to be done. I input 123.3 seconds with no hours or minutes. I have waited a couple minutes and the console is displaying 0.0 : -3.0 : (42.2) which is very bugged. Maybe make it so you can't put a number with a bunch of decimal values (like 123.2123123 seconds). Lastly if you're looking for a challenge try and add a GUI with Tkinter3 years ago
ApoorvAgrawal
ApoorvAgrawal
shared a Post
3 years ago
This my loading screen, is there any way to make this code shorter
Loading Screen
Python
ApoorvAgrawal
ApoorvAgrawal
ok thanks3 years ago
mwilki7
mwilki7
you can put the code in a function in another file and have main.py just call the function3 years ago