Skip to content
Open navbar menu
Sign UpLog In
Profile icon

ThisUserTaken

@ThisUserTaken
I like cats also vote Oskar the cat for president πŸ¦…
  • PokemonRandomDefense

    Cover page
    Made with Python

    A perfectly normal pokemon battle game.

    Recent comments (1)
    R0MANbNEVAREZ
    R0MANbNEVAREZ
    8 months ago

    cool

ThisUserTaken
ThisUserTaken
shared a Post
β€’2 years ago
How to hide a variable in Python Repl
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
Hiding Variables
Python
CosmicWarrior
CosmicWarrior
It doesn't really help like that it just prints your variable and you can't use it as a password2 years ago
DynamicSquid
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
ThisUserTaken
ThisUserTaken
shared a Post
β€’3 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
DrivingSimulation
Python
ThisUserTaken
ThisUserTaken
shared a Post
β€’3 years ago
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.
What'sTheName?
Python
JadenTang2
JadenTang2
just got diancie twice in a row :(2 years ago
JadenTang2
JadenTang2
are all these pokemon just mythical and legendary2 years ago
ColinKirsch
ColinKirsch
pokemon puns are the best. i use them in class2 years ago
ThisUserTaken
ThisUserTaken
shared a Post
β€’3 years ago
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
WGII
WGII
This was a blast3 years ago
Alikeyghobadi
Alikeyghobadi
Who uses roblox images now in 20203 years ago
ThisUserTaken
ThisUserTaken
Survival Mode3 years ago
ThisUserTaken
ThisUserTaken
shared a Post
β€’3 years ago
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,
pls!
Python
ThisUserTaken
ThisUserTaken
shared a Post
β€’3 years ago
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
PokemonRandomDefense
Python
YousefAlqahtani
YousefAlqahtani
22 years ago
ThisUserTaken
ThisUserTaken
shared a Post
β€’3 years ago
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
Rainbow Text
Python
DotAccount
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)1 year ago
zplusfour
zplusfour
This is amazing πŸ‘3 years ago
ThisUserTaken
ThisUserTaken
shared a Post
β€’3 years 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
CosmicWarrior
CosmicWarrior
I want a chapter five,please?2 years ago
mesquite2234
mesquite2234
β€œThe Potatoes had already β€œ Wha-3 years ago
ThisUserTaken
ThisUserTaken
chapter 5 is coming out soon...3 years ago
ThisUserTaken
ThisUserTaken
shared a Post
β€’3 years ago
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
ShapezRPG
Python
Henslo
Henslo
I really like it. However it's very hard to keep track of what your supposed to do. I recommend clearing the console after you choose something. Like this: import os def clear(): os.system('clear') Run clear() to clear the screen. 3 years ago
LTI2
LTI2
impossible3 years ago