{"id":21845261,"url":"https://github.com/entysec/colorscript","last_synced_at":"2025-08-18T09:05:57.746Z","repository":{"id":155449513,"uuid":"609322167","full_name":"EntySec/ColorScript","owner":"EntySec","description":"ColorScript is a scripting language for designing custom ASCII banners.","archived":false,"fork":false,"pushed_at":"2024-09-20T09:54:34.000Z","size":72,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-14T13:14:13.996Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EntySec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"entysec"}},"created_at":"2023-03-03T21:28:07.000Z","updated_at":"2025-04-11T15:41:14.000Z","dependencies_parsed_at":"2023-04-27T07:31:26.598Z","dependency_job_id":"ebfc138a-c47a-495b-a0ba-afeafdaacfc4","html_url":"https://github.com/EntySec/ColorScript","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EntySec/ColorScript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntySec%2FColorScript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntySec%2FColorScript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntySec%2FColorScript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntySec%2FColorScript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EntySec","download_url":"https://codeload.github.com/EntySec/ColorScript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntySec%2FColorScript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270968637,"owners_count":24677139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-27T23:08:53.318Z","updated_at":"2025-08-18T09:05:57.233Z","avatar_url":"https://github.com/EntySec.png","language":"Python","funding_links":["https://github.com/sponsors/entysec"],"categories":[],"sub_categories":[],"readme":"# ColorScript\n\n[![Developer](https://img.shields.io/badge/developer-EntySec-blue.svg)](https://entysec.com)\n[![Language](https://img.shields.io/badge/language-Python-blue.svg)](https://github.com/EntySec/ColorScript)\n[![Forks](https://img.shields.io/github/forks/EntySec/ColorScript?style=flat\u0026color=green)](https://github.com/EntySec/ColorScript/forks)\n[![Stars](https://img.shields.io/github/stars/EntySec/ColorScript?style=flat\u0026color=yellow)](https://github.com/EntySec/ColorScript/stargazers)\n[![CodeFactor](https://www.codefactor.io/repository/github/EntySec/ColorScript/badge)](https://www.codefactor.io/repository/github/EntySec/ColorScript)\n\nColorScript is a scripting language for designing custom ASCII banners.\n\n## Features\n\n* Support for most common ASCII symbols including special ones.\n* Covenient syntax, all colors marked with `%`. (`%red`, `%blue`, `%end`, etc.)\n* Supports parsing files as well as just a line.\n\n## Installation\n\n```shell\npip3 install git+https://github.com/EntySec/ColorScript\n```\n\n## Examples\n\n```python\nfrom colorscript import ColorScript\n\ncs = ColorScript()\n\ntext = \"\"\"\nRoses are %redred%end\nViolets are %blueblue%end\nSugar is %whitesweet%end\nAnd so are %greenyou%end\n\"\"\"\n\nprint(cs.parse(text))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fentysec%2Fcolorscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fentysec%2Fcolorscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fentysec%2Fcolorscript/lists"}