silver
@SilvermoonCat
i’m not active here anymore feel free to look at the projects!!
Enhancing Python Projects!
(´。• ω •。`)
> by SilvermoonCat ♥
Hi! Do your python projects seem boring, or need, perhaps, a little more to them?
BearCoder01 Nice. I have a other typer effect that make sound when it runs. Include also a text cursor.
https://replit.com/@BearCoder01/real-typer-effect-v-201#main.py
https://replit.com/@BearCoder01/real-typer-effect-v-201#main.py2 years ago
InvisibleOne This is a great tutorial... but you should have included cowsay
Nothing brightens up some python like having a cow tell you how to play a terminal game
And it isn't just limited to cows!2 years ago
11
Portfolio Redo@Silvermooncat's portfolio (PLEASE CREDIT IF USING.)
287
7
11
shannonbyrne I freakin love this! Amazing colors and great style!! Seriously, I could stare at this forever!2 years ago
76
Animal Crossing Game — Version 3.0a game [by SilvermoonCat]
1.9K
120
76
3
POPP Cats Battlehttps://repl.it/talk/share/POPP-Cats-Battle-v2/124859 ORIGINALLY MADE BY SILVERMOON.CAT :) If you are using please credit
410
44
3
Python Animation Tutorial-EASY!
> ##### By SilvermoonCat
Hey! This is SilvermoonCat :D
print("Python Animation Tutorial")
Let's learn how to make py
Python
Th3Coder Awesome!!!
Btw, I usually use
print("""
| |
| |
|__|""")
to print multiple lines of code! So for animation we can probably just use:
from time import sleep as sl
from os import system as sys
print("""
/\
/ \
/__\"""
sl(5)
sys("clear")
print("""
| |
| |
|__|""")
#I can't draw a pentagon lol
Anyways, thanks for the tutorial! I didn't know you can access files using Python :D2 years ago
Portfolio Site
> ###### Made by @SilvermoonCat ♪
Btw- Pleaes credit if using 0w0 × a ton of people did not credit ;-;
Heeeyy! I made a new
HTML, CSS, JS
I was bored,
so I made this quick animation.
Not too good, but well hope you enjoy it
xD
~SilvermoonCat~
Python
Hey! I’m reposting this after some updates/edits. >> PICTURES AT BOTTOM, Scroll down :D
CREDITS:
@redsea7 for testing the program
@RainsongCat for te
Python
fluffykitty421 this is sooo cool ! just the house is a little glitchy ; it repeatedly makes the Welcome to your house thing reappear and disappear ; i understand it's to make the fire move
nice ascii art !2 years ago
Since everyone’s posting theirs, why not? :)
I made this... uh a week ago? I can’t remember... but anyway you can learn more about me here!
suggesti
Website template
you can use this for yourself! Just fill in the names (and I would love to help you if you need it).
Styles
The main themes are light
HTML, CSS, JS
Coolboy62ksi How do I verify it to google I’ve tried everything I’m trying to prove to google so I can put it on my channel1 year ago
Coolboy62ksi OMG this is amazing fully working dont find projects like this that work thanks alot ive always wanted a website is there away to change the link name to to the website?1 year ago
Animal Crossing New Horizons
> silvermooncat
I coded this two months ago and a few days ago I made some updates and fixes!
Credits to @Bookie0 for t
Python
Camofrog As you can tell by my profile I really like animal crossing, so I love this game!10 months ago
LINCOLNSPANO hey silvermooncat this game is awesome! I love playing it, nice game, hope you will continue to make updates. you worked hard in this, i love it! :) Great job!1 year ago
Python Text Styles!
Today we're going to learn:
italic, bold, underline
all the colors (I know)
Alright! Let's begin:
print("Welcome to python text
Python
I posted this before, but @fluffykitty421 (thanks) helped me fixed a small error so this is the current game. Sorry if there are additional line spaci
Python
fluffykitty421 hi, on line 269 just change input("Your guess: ")int(input("Your guess: "))
that's all :)2 years ago
SilvermoonCat I couldn’t fix it so I had to just remove that part, does it work now
@RhinoRunner @JacobMcPherson12 years ago
RhinoRunner Traceback (most recent call last):
File "main.py", line 269, in
guess1 = int(input("Your guess (between",fnum,"and", snum +"): "))
TypeError: unsupported operand type(s) for +: 'int' and 'str'
`2 years ago
This is a new repl I made called guess the number. The computer chooses a random number.
I hope you guys like it! Feedback and suggestions are welcome
Python
New REPL I’m Working On!
Can anyone tell me why it’s not running infinetly?
also, this is something I made for fun. Hope you like it—SilvermoonCat
Python
OldWizard209 You can make a list of numbers like:
nums = ['1', '2', '3', '4', '5']
and then on line 22 you can do:
while rps in nums:
if rps == 1 :
org = input("What do you choose? Rock paper or scissors\033[1;36m ")
Then the rest of the code and to finish up:
else:
print("INVALID INPUT")
And then the program is going to run again. This way, only if the user enters a number from 1 to 5 , the program will run. Otherwise it will run again. Also if you want, you can make another while loop which2 years ago
Animal Crossing game, UPDATED!
Enjoy and tell me any errors and stuff
I’m quite satisfied with how the loading animation turned out...this is like t
Python
JBloves27 hmmm, pretty cool!
Suggestion: add a clear function, code is:
import os
...
os.system('clear')
Otherwise, pretty nice job!2 years ago