{"id":15011625,"url":"https://github.com/mark7888/chameleonconsole","last_synced_at":"2025-07-14T06:39:16.216Z","repository":{"id":204453541,"uuid":"710307372","full_name":"Mark7888/ChameleonConsole","owner":"Mark7888","description":"An easy-to-use C# Console Color library","archived":false,"fork":false,"pushed_at":"2024-03-08T14:27:25.000Z","size":34,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-21T22:36:28.488Z","etag":null,"topics":["color","console","console-color","csharp","nuget","nuget-package"],"latest_commit_sha":null,"homepage":"","language":"C#","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/Mark7888.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":"2023-10-26T12:43:06.000Z","updated_at":"2024-11-23T19:45:03.000Z","dependencies_parsed_at":"2024-03-08T15:47:38.645Z","dependency_job_id":null,"html_url":"https://github.com/Mark7888/ChameleonConsole","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"44a34d6ddecbac9757105d5c46c78770cf0eaede"},"previous_names":["mark7888/chameleonconsole"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Mark7888/ChameleonConsole","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mark7888%2FChameleonConsole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mark7888%2FChameleonConsole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mark7888%2FChameleonConsole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mark7888%2FChameleonConsole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mark7888","download_url":"https://codeload.github.com/Mark7888/ChameleonConsole/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mark7888%2FChameleonConsole/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265253399,"owners_count":23735094,"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","console","console-color","csharp","nuget","nuget-package"],"created_at":"2024-09-24T19:41:21.604Z","updated_at":"2025-07-14T06:39:15.453Z","avatar_url":"https://github.com/Mark7888.png","language":"C#","readme":"[![publish](https://github.com/Mark7888/ChameleonConsole/actions/workflows/publish.yml/badge.svg)](https://github.com/Mark7888/ChameleonConsole/actions/workflows/publish.yml)\n# ChameleonConsole - Dynamic Console Text Styling for C#\n\nChameleonConsole is a versatile C# library that empowers developers to add dynamic and expressive text styling to console applications. Whether you're building a command-line tool, a terminal application, or simply want to enhance the visual appeal of your console output, ChameleonConsole provides a convenient and intuitive way to play with colors.\nChameleonConsole draws inspiration from the renowned [Colorama](https://pypi.org/project/colorama/) Python library, bringing the joy of easy and vibrant text coloring to the C# world.\nExplore the endless possibilities of dynamic console styling with **ChameleonConsole**!\n\n## Key Features\n\n1. **Expressive Text Styling:** Create eye-catching console output by easily applying dynamic text and background colors to your strings.\n\n2. **Simplified API:** With a straightforward API, ChameleonConsole offers a range of predefined colors for foreground and background, making it effortless to stylize your text.\n\n3. **Nested Styling:** Go beyond simple colors and create complex text layouts by nesting different styles within a single line, allowing for rich and visually appealing console displays.\n\n4. **Testing Made Easy:** ChameleonConsole supports testing scenarios by providing a way to capture and validate styled console output in unit tests.\n\n## Examples\n\n```csharp\nTextColor styledText = \"Hello\" + Fore.Green + \"Chameleon\" + Back.Yellow + \"Console\" + Fore.Reset + Back.Reset + \"!\";\nstyledText.Write();  // Display styled text to the console\n\n// Nested styling for more complex layouts\nTextColor nestedExample = \"Start\" + Fore.Blue + \"Nested\" + Back.Red + \"Text\" + Fore.Reset + Back.Reset + \"End\";\nnestedExample.Write();\n```\n\n## Getting Started\n\n1. **Install the Package:**\n   ChameleonConsole is available as a NuGet package. You can install it using the following command:\n   ```bash\n   dotnet add package ChameleonConsole\n   ```\n   Visit the [ChameleonConsole NuGet Package](https://www.nuget.org/packages/ChameleonConsole/) page for more details and version history.\n\n2. **Usage:**\n   ```csharp\n   using ChameleonConsole;\n\n   // Create and style text\n   TextColor styledText = \"Hello\" + Fore.Green + \"Chameleon\" + Back.Yellow + \"Console\" + Fore.Reset + Back.Reset + \"!\";\n   styledText.Write();\n   ```\n\n## Compatibility\n\nChameleonConsole is compatible with .NET Standard 2.0, making it a versatile choice for a wide range of console applications.\n\nEnhance your command-line experience with ChameleonConsole's dynamic styling capabilities. Bring life to your text and make your console output stand out effortlessly.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmark7888%2Fchameleonconsole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmark7888%2Fchameleonconsole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmark7888%2Fchameleonconsole/lists"}