Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
You don't want to know Trust me you don'tbetter yet HOW THE FUCK ARE YOU USING GRADIENTS
i have been trying to use them for fucking ages JUST TELL ME PLEASE.You don't want to know Trust me you don't
can i get a tuto?Hello
i triedBro that shit looks so chopped
Huhi have been trying to use them for fucking ages JUST TELL ME PLEASE.
Lol just use color codeswhat yeah no ts aint working
Hello, this is a gradient string!
text = "Hello, this is a gradient string!"
start = (255, 0, 128)
end = (0, 128, 255)
output = "gradient.txt"
n = max(len(text) - 1, 1)
parts = []
for i, ch in enumerate(text):
t = i / n
r = round(start[0] + (end[0] - start[0]) * t)
g = round(start[1] + (end[1] - start[1]) * t)
b = round(start[2] + (end[2] - start[2]) * t)
if ch == " ":
parts.append(" ")
else:
parts.append(f"[COLOR=#{r:02x}{g:02x}{b:02x}]{ch}[/COLOR]")
with open(output, "w") as f:
f.write("".join(parts))
I find twinks cute...When no one is watching them. Do they act like men and play the xbox and crack open beer and grunt?
FUCKING PYTHON NERDSPython:text = "Hello, this is a gradient string!" start = (255, 0, 128) end = (0, 128, 255) output = "gradient.txt" n = max(len(text) - 1, 1) parts = [] for i, ch in enumerate(text): t = i / n r = round(start[0] + (end[0] - start[0]) * t) g = round(start[1] + (end[1] - start[1]) * t) b = round(start[2] + (end[2] - start[2]) * t) if ch == " ": parts.append(" ") else: parts.append(f"[COLOR=#{r:02x}{g:02x}{b:02x}]{ch}[/COLOR]") with open(output, "w") as f: f.write("".join(parts))
Why didn't IT work!?Hello, this is a gradient string!
you have to paste using the text file, here is what it generated for me:Why didn't IT work!?
[COLOR=#ff0080]H[/COLOR][COLOR=#f70484]e[/COLOR][COLOR=#ef0888]l[/COLOR][COLOR=#e70c8c]l[/COLOR][COLOR=#df1090]o[/COLOR][COLOR=#d71494],[/COLOR] [COLOR=#c71c9c]t[/COLOR][COLOR=#bf20a0]h[/COLOR][COLOR=#b724a4]i[/COLOR][COLOR=#af28a8]s[/COLOR] [COLOR=#9f30b0]i[/COLOR][COLOR=#9734b4]s[/COLOR] [COLOR=#873cbc]a[/COLOR] [COLOR=#7844c3]g[/COLOR][COLOR=#7048c7]r[/COLOR][COLOR=#684ccb]a[/COLOR][COLOR=#6050cf]d[/COLOR][COLOR=#5854d3]i[/COLOR][COLOR=#5058d7]e[/COLOR][COLOR=#485cdb]n[/COLOR][COLOR=#4060df]t[/COLOR] [COLOR=#3068e7]s[/COLOR][COLOR=#286ceb]t[/COLOR][COLOR=#2070ef]r[/COLOR][COLOR=#1874f3]i[/COLOR][COLOR=#1078f7]n[/COLOR][COLOR=#087cfb]g[/COLOR][COLOR=#0080ff]![/COLOR]
GhoutluneWhy didn't IT work!?
Ghoultune is the bestHello, this is a gradient string!Ghoultune is The Best.
Ghoultune is the best
[COLOR=#ff0080]G[/COLOR][COLOR=#f20686]h[/COLOR][COLOR=#e60d8d]o[/COLOR][COLOR=#d91393]u[/COLOR][COLOR=#cc1a99]l[/COLOR][COLOR=#bf20a0]t[/COLOR][COLOR=#b226a6]u[/COLOR][COLOR=#a62dac]n[/COLOR][COLOR=#9933b3]e[/COLOR] [COLOR=#8040c0]i[/COLOR][COLOR=#7346c6]s[/COLOR] [COLOR=#5953d3]t[/COLOR][COLOR=#4c5ad9]h[/COLOR][COLOR=#4060df]e[/COLOR] [COLOR=#266dec]b[/COLOR][COLOR=#1a73f2]e[/COLOR][COLOR=#0d7af9]s[/COLOR][COLOR=#0080ff]t[/COLOR]