{"id":26294365,"url":"https://github.com/butterroach/tercol","last_synced_at":"2025-03-15T03:18:52.628Z","repository":{"id":61247257,"uuid":"549669698","full_name":"Butterroach/tercol","owner":"Butterroach","description":"TerCol is a library that colors your text.","archived":false,"fork":false,"pushed_at":"2025-01-01T07:47:43.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T05:19:41.151Z","etag":null,"topics":["python","python-library","terminal-coloring","terminal-styling"],"latest_commit_sha":null,"homepage":"https://butterroach.github.io/tercol/","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/Butterroach.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2022-10-11T14:49:32.000Z","updated_at":"2025-01-01T07:47:47.000Z","dependencies_parsed_at":"2025-01-01T08:24:50.009Z","dependency_job_id":"04a76408-0e95-4640-bb44-326b7d0591bc","html_url":"https://github.com/Butterroach/tercol","commit_stats":{"total_commits":27,"total_committers":1,"mean_commits":27.0,"dds":0.0,"last_synced_commit":"6d8bc516b638a8e8c52b3c67a1ccbcf0b5379a72"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Butterroach%2Ftercol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Butterroach%2Ftercol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Butterroach%2Ftercol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Butterroach%2Ftercol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Butterroach","download_url":"https://codeload.github.com/Butterroach/tercol/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243676989,"owners_count":20329476,"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","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":["python","python-library","terminal-coloring","terminal-styling"],"created_at":"2025-03-15T03:18:52.108Z","updated_at":"2025-03-15T03:18:52.616Z","avatar_url":"https://github.com/Butterroach.png","language":"Python","readme":"# **[TerCol](https://pypi.org/project/tercol/)**\r\n\r\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Test](https://github.com/Butterroach/tercol/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/Butterroach/tercol/actions/workflows/test.yml)\r\n\r\nTerCol is a small, pure Python library that allows you to color and style text output. TerCol has no dependencies and only requires Python 3.7 or newer. It also supports true color.\r\n\r\n## Usage\r\n\r\n```python\r\nimport tercol\r\n\r\nprint(tercol.red('Red text'))\r\nprint(tercol.blue('Blue text'))\r\nprint(tercol.rgb(255, 215, 0, 'Gold text using RGB'))\r\nprint(tercol.hexa(0xffd700, 'Gold text using HEX'))\r\nprint(tercol.hsv(51, 100, 100, 'Gold text using HSV'))\r\nprint(tercol.rainbowtext('Rainbow text'))\r\n```\r\n\r\n## Requirements\r\n\r\nTerCol only requires Python 3.7 or newer. No additional dependencies are needed.\r\n\r\n## Pros\r\n\r\n-   Small size\r\n-   Pure Python\r\n-   No dependencies\r\n-   Simple automatic reset handling\r\n-   IDE-autocomplete friendly\r\n-   True color support\r\n\r\n## Cons\r\n\r\n-   Limited support of nested styles\r\n-   Only supports Python 3.7+\r\n\r\n## License\r\n\r\nTerCol is licensed under the MIT license. See the LICENSE file for more info.\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbutterroach%2Ftercol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbutterroach%2Ftercol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbutterroach%2Ftercol/lists"}