Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import math
- gradient = ('#4bec13', '#12ff00', '#0fd200',)
- def gradientmadness(text):
- leng = len(text)
- output = ''
- if leng < 3:
- for i in range(0, leng):
- output += '<c=#%s>' % gradient[i]
- for i in range(0, leng):
- output += text[i] + '</c>'
- else:
- output += '<c=#'
- output += '><c=#'.join(gradient)
- output += '>'
- size = int(math.ceil(leng / x.0))
- for i in range(1, x+1):
- output += text[(i-1)*size:i*size] + '</c>'
- return output
- gradientmadness.command="glowygreenshit"
- #usage regex replace ^(.*)$ -> functionname(\1)
Advertisement
Add Comment
Please, Sign In to add comment