ThisUserTaken
@ThisUserTaken
your average gay transcender of the 4th dimension
adios amigos!
How do you hide a variable? In this program, how do you hide the variable "secret" from other people seeing it when they run the repl. In this repl, t
Python
CosmicWarrior It doesn't really help like that it just prints your variable and you can't use it as a password1 year ago
DynamicSquid You need to create a secret.
You can access them like this:
import os
print(os.getenv("password")) # assuming your secret key is "password"
`2 years ago
How to play:
Use w, a, s, d to move
You can type crash to crash your car! I don't know why you would though
You can select user drive (manual drive) o
Python
Who's That Pokemon?
It's ThisUserTaken! lol jk.
I was bored and this was a python class project, so wynaut?
How to play:
Simple. Guess the pokemon.
Python
For now, it's kind of similar to @CodingCactus's cactus simulator, but I will make some changes soon so it's different.
Also, thanks to @Bookie0 for t
121 cycles! Yay!
I created a meek version of Dank Memer in Python. Simple.
Dank Memer is a discord currency bot in which you do actions and get coins,
Python
Note: The stats aren't accurate, but it is a pokemon game! I will try to work on Pokemon Battle 2 with pokemon of 2 types and real stats!
Also, pleas
Python
This is just a short tutorial on how to make a cool text!
we will need to import colored from termcolor for colored text. We will also need to import
Python
DotAccount from suunText import *
from replit import clear
colors = [
[255,0,0],
[255,170,200],
[255,125,0],
[255,255,0],
[255,150,125],
[0,255,0],
[50,125,225],
[0,100,255],
[125,0,255],
[255,0,255]
]
frames = []
text = "Hello, do you like waffles?"
for i in colors:
r,g,b = i[0], i[1], i[2]
frames.append([colorText(text,r,g,b),1/4])
while True:
playFrames(frames)
I made this version using my suunText mod I made (on my page)10 months ago
You're a potato and got abducted by the apple aliens. Escape by being big brain and stay tuned for chapter 5!
Edit: Chapter 2 was added
Edit: Chapter
An RPG game in Python! Fight bosses and get loot. Use loot to get better gear like a bow or a shield. Post ideas in the comments and upvote if you lik
Python