{"id":19564910,"url":"https://github.com/levy-y/jcolor","last_synced_at":"2025-02-26T09:23:02.116Z","repository":{"id":253387861,"uuid":"843356550","full_name":"Levy-Y/JColor","owner":"Levy-Y","description":"A simple Java lib, for colored terminal output","archived":false,"fork":false,"pushed_at":"2024-08-16T11:01:08.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-08T23:59:31.791Z","etag":null,"topics":["formatting","java-util","output","terminal-coloring"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Levy-Y.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-08-16T10:37:15.000Z","updated_at":"2024-10-18T18:51:15.000Z","dependencies_parsed_at":"2024-08-16T12:10:26.602Z","dependency_job_id":null,"html_url":"https://github.com/Levy-Y/JColor","commit_stats":null,"previous_names":["levy-y/jcolor"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Levy-Y%2FJColor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Levy-Y%2FJColor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Levy-Y%2FJColor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Levy-Y%2FJColor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Levy-Y","download_url":"https://codeload.github.com/Levy-Y/JColor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240823750,"owners_count":19863502,"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":["formatting","java-util","output","terminal-coloring"],"created_at":"2024-11-11T05:24:18.554Z","updated_at":"2025-02-26T09:23:02.037Z","avatar_url":"https://github.com/Levy-Y.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JColor\n\n### Method: \n```java\nprintc(Styles style, String string)\n```\nThis method prints a formatted string to the console based on the specified style. The Styles enum defines various styles such as colors, boldness, underlining, background colors, and brightness.\n\nParameters:\n- Styles style: The style to apply to the printed text.\n- String string: The text to be printed.\n\nStyles Options:\n- BLACK, RED, GREEN, YELLOW, BLUE, PURPLE, CYAN, WHITE\n- Bold versions of the above (BLACK_BOLD, etc.)\n- Underlined versions of the above (BLACK_UNDERLINED, etc.)\n- Background color versions of the above (BLACK_BACKGROUND, etc.)\n- Bright versions of the above (BLACK_BRIGHT, etc.)\n- Combined versions like bold and bright (BLACK_BOLD_BRIGHT, etc.)\n\nExample Usage:\n```java\nimport com.example.CString;\n\npublic class Main {\n    public static void main(String[] args) {\n        CString.printc(Styles.RED, \"Hello, World!\");\n    }\n}\n```\nIn this example, the text \"Hello, World!\" will be printed in red.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevy-y%2Fjcolor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flevy-y%2Fjcolor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevy-y%2Fjcolor/lists"}