MrPerson01
@MrPerson01
DogeOS is a basic command line OS that is still in Beta. You can currently sign in with the username user1, user2, or user3. The default password is '
Python
PXY A few improvements I think you can make, although I bet you can find plenty more with some searching:
You seem to be importing objects one by one from other files, while you could simply import the entire file (ie. "import run").
The replit module is quite barren, and can be replaced with the import "system" from the os library. ("from os import system") "replit.clear()" could be replaced with "system('clear')".
The loading screen is quite unnecessary for how much time it takes, and it would 3 years ago
If you have ever played TTT with nerf guns, you probably used playing cards. I play TTT with Nerf guns quite often, so I wrote a program that picks yo
Python
RomeroSchwarz Pretty cool! A bit of advice though: Try to limit what people can input. For instance, I can input -2 players and 3 traitors.3 years ago
I am learning Java, and I figured I would remake my Print to Prunt in Java.
Java
In this repl, i over complicate the simple Hello World program by using my prunt function and I use a list and a for loop, even though I could just ty
Python
MarcusWeinberger what do you think of mine? It's also in one line. It works by converting numbers into ascii and printing that. It gets the numbers from some maths that gets the numbers 1 through 7 (that I use in the math) from the argument count of all those lambdas.3 years ago
I made a function based on a typo that I frequently make, instead of typing 'print,' I accidentally type 'prunt,' so I decided to make that do the sam
Python
Highwayman The npm executable does something similar with it’s install command. I think it has
Isntall as one of they ways you can install stuff?3 years ago
A simple calculator that is made in C#. This is my first from-scratch C# project. Enjoy!
C#
This is a simple program that takes a string and encrypts it using keyboard cipher.
Python