Skip to content

ColorScript is a scripting language for designing custom ASCII banners.

License

Notifications You must be signed in to change notification settings

EntySec/ColorScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColorScript

Developer Language Forks Stars CodeFactor

ColorScript is a scripting language for designing custom ASCII banners.

Features

  • Support for most common ASCII symbols including special ones.
  • Covenient syntax, all colors marked with %. (%red, %blue, %end, etc.)
  • Supports parsing files as well as just a line.

Installation

pip3 install git+https://github.com/EntySec/ColorScript

Examples

from colorscript import ColorScript

cs = ColorScript()

text = """
Roses are %redred%end
Violets are %blueblue%end
Sugar is %whitesweet%end
And so are %greenyou%end
"""

print(cs.parse(text))

About

ColorScript is a scripting language for designing custom ASCII banners.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages