{"id":25932443,"url":"https://github.com/aaronsbytes/leetprint","last_synced_at":"2025-03-04T00:37:39.520Z","repository":{"id":279388112,"uuid":"938642825","full_name":"aaronsbytes/LeetPrint","owner":"aaronsbytes","description":"👀 Make console output look cool","archived":false,"fork":false,"pushed_at":"2025-02-25T09:32:22.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T10:30:50.264Z","etag":null,"topics":["console","console-application","csharp","hackerman"],"latest_commit_sha":null,"homepage":"","language":"C#","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/aaronsbytes.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":"2025-02-25T09:21:56.000Z","updated_at":"2025-02-25T09:42:43.000Z","dependencies_parsed_at":"2025-02-25T10:31:56.894Z","dependency_job_id":"8829ed79-12be-42e7-9eea-cc46aa2b2b9f","html_url":"https://github.com/aaronsbytes/LeetPrint","commit_stats":null,"previous_names":["aaronsbytes/leetprint"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronsbytes%2FLeetPrint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronsbytes%2FLeetPrint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronsbytes%2FLeetPrint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronsbytes%2FLeetPrint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aaronsbytes","download_url":"https://codeload.github.com/aaronsbytes/LeetPrint/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241763766,"owners_count":20016161,"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":["console","console-application","csharp","hackerman"],"created_at":"2025-03-04T00:37:38.754Z","updated_at":"2025-03-04T00:37:39.486Z","avatar_url":"https://github.com/aaronsbytes.png","language":"C#","readme":"# LeetPrint\n\nWrite to the console, but cooler.\nThis library is one of the projects i came up with for my internship. It's inspired by the text effect in the show \"The Blacklist\".\n\n---\n# Example\n\n```csharp\nusing LeetPrint;\n\nPrinter printer = new Printer();\n\nConsole.WriteLine(\"Regular console output is boring, right?\");\n\nThread.Sleep(7000);\n\nprinter.Print(\n    \"But what about this one? This looks way cooler.\",\n    delay: 3,\n    rounds: 1,\n    newLine: true,\n    symbols: \"▒\"\n);\n\n\nThread.Sleep(7000);\n\nprinter.Print(\n    \"Or maybe this? Inspired by 'The Blacklist'\",\n    delay: 1,\n    rounds: 10,\n    newLine: true\n);\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronsbytes%2Fleetprint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaronsbytes%2Fleetprint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronsbytes%2Fleetprint/lists"}