@svensk007
python gang
1
AI Image Generator (Stable Diffusion) - CSS UpdateCSS Update to amasad's original repl I know some other people did something like this too but in my humble opinion, I did it better. ;)
Haven't been active on replit for awhile so I figured id come back with some of my newfound knowledge but couldn't think of anything to make but when I saw amasad's og project I figured why not upgrade the graphics.
26
1
1
During my quest to write a programming language in python I discovered that this starting point was just an over-complicated calculator. If you don't
Python
A little sneak peek of my upcoming repyOS!
Description:
A fake OS shell made in python Tkinter that I've been developing for a while.
For the new pe
Python
So I've been slowly putting together a fake os shell I've named repyOS with Tkinter but there is a problem when I try to click the buttons that I made
Python
lsikora Hey! I think repl may have a bug so I suggest just copying and pasting the code into a new program or forking your regular one. If that does not work, I can look in debt on the problem.
CodeMaster0072 years ago
For my replOS project I'm working on I'm trying to put it into a Tkinter script with multiple apps and obviously I already have the terminal "complete
robowolf Theoretically you could open a new 'window'. Then have a text input with code, compile it through a function defined in your repl, and output it. This video teaches some ideas although the code used might not be the best for your case.2 years ago
This is my second version of my reply terminal that I've renamed to replOS. I'm using @JBloves27 and his teams' REPLAPI. I don't know if I want to le
Python
Using python and @JBloves27 's and @darkdarcool 's replapi python package I created this fake OS Shell terminal
Python
EpicCodeWizard @svensk007 If you are looking for a fast way to fetch user info, just make a GET request to https://replit-user-info-api.epiccodewizard.repl.co/@USERNAME. It will return a lotta info in a short time. Add ?count=true for the number of posts, comments, and repls.2 years ago
maxina i just keep getting "Traceback (most recent call last):
File "main.py", line 52, in
elif cmd == cmds[6]:
IndexError: list index out of range" no matter what i type2 years ago
So im working on this project right now and there is part of it where I have an elif [command typed] != [dict]: but I can't figure out how to use the
Inside of repl.it it looks just fine but when I open it in a new tab the Title text isn't centered anymore. I'm using @CoolCoderSJ's CSS Minimalist th
HTML, CSS, JS
ch1ck3n it is actually centered. it just uses margin-left: 20%;margin-right: 20%; so to make more "center", you just need to apply your own css.
so add style="margin-left: 50%;margin-right: 50%;" to all of your elements you want centered. the more the percent is the more "centered" it is.
or you could just use `` tags.2 years ago