Apoorv Agrawal
@ApoorvAgrawal
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
Bash
You now can use arrow keys to move (this has almost been integrated into everything).
Default password is abc123.
Please fork before using
Python
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 wow that takes a long time to install the packages
and then to be greeted by an error!
image3 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
Python
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
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 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
This is a cake trading simulator. You get to trade cakes. I will add more random events in the near future.
Python
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.
Python
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
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 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
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
Python
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'
Python
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
Python
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
This my loading screen, is there any way to make this code shorter
Python
mwilki7 you can put the code in a function in another file and have main.py just call the function3 years ago