A program for generating runescape-chat-like images of text.
Project description
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
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
runescape-text-1.0.1.tar.gz
(8.3 kB
view hashes)
Built Distribution
Close
Hashes for runescape_text-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | abdace8f2c116ed5f557075452fd8c184aad8fddf11cb72d3e334d81733e3d07 |
|
MD5 | a554337554abafaf57ceef81d517ae71 |
|
BLAKE2b-256 | b377e3cd2265a7195456691c6dec06641f6f7ea267e963de37ef60a58a696b34 |