Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 869 Bytes

readme.md

File metadata and controls

18 lines (12 loc) · 869 Bytes

What?

TagScript is a drop in easy to use string interpreter that lets you provide users with ways of customizing their profiles or chat rooms with interactive text.

For example TagScript comes out of the box with a random block that would let users provide a template that produces a new result each time its ran, or assign math and variables for later use. See the documentation folder for some design documents and basic tutorials or hit up our biggest user's documentation to see how its being used on one of the biggest bots on discord!

Dependencies

Python 3.5+ due to type hinting

PyParsing provides the math block with intelligent mathematical expressions

appJar is required if one wants to use the playground feature