{"id":25984919,"url":"https://github.com/localityyy/superoutput","last_synced_at":"2025-06-24T08:04:06.866Z","repository":{"id":270747882,"uuid":"911336867","full_name":"localityyy/SuperOutput","owner":"localityyy","description":"My First project written on C#. Make the output brighter!","archived":false,"fork":false,"pushed_at":"2025-01-02T21:54:22.000Z","size":39,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T11:53:48.565Z","etag":null,"topics":["csharp","library","output"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/localityyy.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":"2025-01-02T19:24:15.000Z","updated_at":"2025-01-19T12:06:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5ebf08e-da94-47b2-8ba7-2597159af286","html_url":"https://github.com/localityyy/SuperOutput","commit_stats":null,"previous_names":["localityyy/superoutput"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/localityyy/SuperOutput","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localityyy%2FSuperOutput","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localityyy%2FSuperOutput/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localityyy%2FSuperOutput/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localityyy%2FSuperOutput/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/localityyy","download_url":"https://codeload.github.com/localityyy/SuperOutput/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localityyy%2FSuperOutput/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261632031,"owners_count":23187268,"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":["csharp","library","output"],"created_at":"2025-03-05T11:52:26.328Z","updated_at":"2025-06-24T08:04:06.858Z","avatar_url":"https://github.com/localityyy.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1\u003eSuperOutput\u003c/h1\u003e\n\u003c/div\u003e\n\n**My First project written in C#. Make the output brighter!**\n\nSuperOutput is a library designed to make console output more visually appealing and functional. With SuperOutput, you can easily print colorful text and perform many other exciting features. This library aims to improve the user experience when interacting with the terminal or console applications.\n\n\u003cdiv align=\"center\"\u003e\n\u003ch2\u003eFeatures\u003c/h1\u003e\n\u003c/div\u003e\n\n- **Colorful Output**: Print text in various colors to highlight important information.\n- **Text Centering**: Easily center text on the screen for better visibility and presentation.\n- **Animated Output**: Display text with typing animation.\n- **Colored Status Indicators**: Display status messages (e.g., `[ OK ]`, `[ ERROR ]`) in different colors to quickly communicate the result.\n- **Colored Time Output**: Print the current time in a specific color to keep track of time-based events.\n- **Real-Time Time Retrieval**: Get the current time and display it in the desired format or color.\n- **Library Health Check**: Built-in checks to ensure the library is functioning properly, preventing potential errors or crashes.\n\n\n\u003cdiv align=\"center\"\u003e\n\u003ch2\u003eInstallation\u003c/h1\u003e\n\u003c/div\u003e\n\n- Download SuperOutput.cs from \u003ca href=\"https://github.com/localityyy/SuperOutput/releases/tag/superoutput\" target=\"_black\"\u003eRelease\u003c/a\u003e\n- Move SuperOutput.cs to your project (near Program.cs)\n\n\u003cdiv align=\"center\"\u003e\n\u003ch2\u003eExample\u003c/h1\u003e\n\u003c/div\u003e\n\n![C#](https://img.shields.io/badge/c%23-%23239120.svg?style=for-the-badge\u0026logo=csharp\u0026logoColor=white)\n\n```csharp\nvar SuperOutput = new SuperOutput.Init();\n\nif (SuperOutput.IsWorking()) {\n    SuperOutput.OutputTime(true, ConsoleColor.DarkGray);\n    SuperOutput.StatusOutput(\"OK\", ConsoleColor.Green, false, false);\n    SuperOutput.ColorOutput(\" Hello, World!\", ConsoleColor.Green, true, false);\n    Thread.Sleep(200);\n    SuperOutput.OutputTime(true, ConsoleColor.DarkGray);\n    SuperOutput.StatusOutput(\"OK\", ConsoleColor.Green, false, false);\n    SuperOutput.AnimatedOutput(\" Hi from SuperOutput\", ConsoleColor.Magenta, 200, true);\n}\n```\n![image](https://github.com/user-attachments/assets/ac20a952-236c-4594-93b2-aac5762ec585)\n\n\u003cdiv align=\"center\"\u003e\n\u003ch1\u003eFeatures Showcase\u003c/h1\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003ch2\u003eColorOutput\u003c/h2\u003e\n\u003c/div\u003e\n\n![C#](https://img.shields.io/badge/c%23-%23239120.svg?style=for-the-badge\u0026logo=csharp\u0026logoColor=white)\n\n```csharp\nSuperOutput.ColorOutput(\"Hello World!\", userColor: ConsoleColor.Green, shouldWriteAtNewLine: true, centerTextOnlyConsoleApp: false);\n```\n![image](https://github.com/user-attachments/assets/a3b4d45a-7715-42a6-8b7d-e8d37c276cc2)\n\n\u003cdiv align=\"center\"\u003e\n\u003ch2\u003eStatusOutput\u003c/h2\u003e\n\u003c/div\u003e\n\n![C#](https://img.shields.io/badge/c%23-%23239120.svg?style=for-the-badge\u0026logo=csharp\u0026logoColor=white)\n\n```csharp\nSuperOutput.StatusOutput(\"OK\", userColor: ConsoleColor.Green, shouldWriteAtNewLine: false);\nConsole.WriteLine();\nSuperOutput.StatusOutput(\"FAIL\", userColor: ConsoleColor.Red, shouldWriteAtNewLine: false);\n```\n![image](https://github.com/user-attachments/assets/72198e8b-b252-4e60-9dcd-ea700d854889)\n\n\u003cdiv align=\"center\"\u003e\n\u003ch2\u003eOutputTime\u003c/h2\u003e\n\u003c/div\u003e\n\n![C#](https://img.shields.io/badge/c%23-%23239120.svg?style=for-the-badge\u0026logo=csharp\u0026logoColor=white)\n\n```csharp\nSuperOutput.OutputTime(withSeconds: true, userColor: ConsoleColor.Magenta, shouldWriteAtNewLine: false, centerTextOnlyConsoleApp: false);\n```\n![image](https://github.com/user-attachments/assets/da9f728f-4351-44f9-ad32-d8669d274dfc)\n\n\u003cdiv align=\"center\"\u003e\n\u003ch2\u003eGetTime\u003c/h2\u003e\n\u003c/div\u003e\n\n![C#](https://img.shields.io/badge/c%23-%23239120.svg?style=for-the-badge\u0026logo=csharp\u0026logoColor=white)\n\n```csharp\nConsole.WriteLine(SuperOutput.GetTime(withSeconds:true));\n```\n![image](https://github.com/user-attachments/assets/8d994976-81a7-48a6-a7d5-5cafd654327c)\n\n\n# License\nSuperOutput is licensed under the GNU Affero General Public License v3.0. See the \u003ca href=\"https://github.com/localityyy/SuperOutput/blob/main/LICENSE\" target=\"_black\"\u003eLICENSE\u003c/a\u003e file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocalityyy%2Fsuperoutput","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flocalityyy%2Fsuperoutput","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocalityyy%2Fsuperoutput/lists"}