{"id":20536270,"url":"https://github.com/agn-7/colored-print","last_synced_at":"2025-10-28T13:16:58.227Z","repository":{"id":52003718,"uuid":"365429856","full_name":"agn-7/colored-print","owner":"agn-7","description":"Python colored print plus storing it into a file.","archived":false,"fork":false,"pushed_at":"2024-04-12T09:58:57.000Z","size":22,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T21:02:20.733Z","etag":null,"topics":["color","colors","loggers","logging","output","python","terminal"],"latest_commit_sha":null,"homepage":"","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/agn-7.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}},"created_at":"2021-05-08T05:46:09.000Z","updated_at":"2024-05-21T06:55:17.000Z","dependencies_parsed_at":"2024-04-12T11:00:44.613Z","dependency_job_id":"6dfba5d2-b11b-46ba-af4a-d45daa3427db","html_url":"https://github.com/agn-7/colored-print","commit_stats":{"total_commits":14,"total_committers":1,"mean_commits":14.0,"dds":0.0,"last_synced_commit":"d2576e1a856ff9f4ac37c39a0d2ce96fb2a0f390"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agn-7%2Fcolored-print","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agn-7%2Fcolored-print/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agn-7%2Fcolored-print/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agn-7%2Fcolored-print/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agn-7","download_url":"https://codeload.github.com/agn-7/colored-print/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248837177,"owners_count":21169379,"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":["color","colors","loggers","logging","output","python","terminal"],"created_at":"2024-11-16T00:36:04.784Z","updated_at":"2025-10-28T13:16:53.167Z","avatar_url":"https://github.com/agn-7.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Colored Print\n-----------------------\n[![PyPI](https://img.shields.io/pypi/v/python-colored-print)](https://pypi.org/project/python-colored-print/)\n[![Python Versions](https://img.shields.io/pypi/pyversions/python-colored-print)](https://pypi.org/project/python-colored-print/)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/agn-7/colored-print/master/LICENSE)\n\nA lightweight python library in order to print in different colors and save them into a file optionally.\n\n\n## Setup\n\n```bash\npip install python-colored-print\n```\n\n## Usage\n\n```python\nfrom colored_print import log\n\nlog.success(\"Hello\", 123, \"Bye\").store()\nlog.info(\"Hello\", 123, \"Bye\")\nlog.warn(\"Hello\", 123, \"Bye\")\nlog.err(\"Hello\", 123, \"Bye\").store(path=\"log.txt\")\nlog.pink(\"Hello\", 123, \"Bye\")\nlog(\"Hello\", 123, \"Bye\")  # default color is white\nlog.store(\"Hello\", 123, \"Bye\")  # only store without printing\n```\n\n## Output\n\n![Output](https://i.stack.imgur.com/HMVP6.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagn-7%2Fcolored-print","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagn-7%2Fcolored-print","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagn-7%2Fcolored-print/lists"}