Skip to content

Generates a gif of text based on runescape chatbox effects

License

Notifications You must be signed in to change notification settings

sircinnamon/runescape-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

runescape-text

Generates a gif of text based on runescape chatbox effects

If you long for the days of selling your rune scimmy:

python runescapetext.py wave:glow1:This will generate a convincing replica

A convincing replica

Or as an import:

import runescape_text as rst

img = rst.parse_string("wave:glow1:Hello World")
if(len(img)==1):
	rst.single_frame_save(img[0], file="out.png")
else:
	rst.multi_frame_save(img, file="out.gif")

A Discord bot implementing this has been broken out into a seperate repository. Find it here.

About

Generates a gif of text based on runescape chatbox effects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages