{"id":18310858,"url":"https://github.com/meatyite/asciiartletters","last_synced_at":"2025-07-17T00:04:20.712Z","repository":{"id":90883933,"uuid":"150127879","full_name":"meatyite/AsciiArtLetters","owner":"meatyite","description":"write ascii art letters in .NET!","archived":false,"fork":false,"pushed_at":"2018-09-26T17:37:56.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-09T12:11:12.279Z","etag":null,"topics":["csharp","library"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meatyite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-09-24T15:48:54.000Z","updated_at":"2018-09-26T17:37:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"e81b33c3-998d-46b2-b433-f2ec3c0ca2aa","html_url":"https://github.com/meatyite/AsciiArtLetters","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/meatyite/AsciiArtLetters","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meatyite%2FAsciiArtLetters","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meatyite%2FAsciiArtLetters/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meatyite%2FAsciiArtLetters/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meatyite%2FAsciiArtLetters/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meatyite","download_url":"https://codeload.github.com/meatyite/AsciiArtLetters/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meatyite%2FAsciiArtLetters/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265552724,"owners_count":23786948,"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"],"created_at":"2024-11-05T16:15:44.846Z","updated_at":"2025-07-17T00:04:20.681Z","avatar_url":"https://github.com/meatyite.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AsciiArtLetters\nCool ascii letters\n# How to add to your project \n## In C#\nDownload and unzip the zip file from this github page \u003cbr /\u003e\nadd an external dll reference in your IDE \u003cbr /\u003e\n### Test the library\nmake a Console project named \"testasciilib\" (without quotation marks) and type in the following \u003cbr /\u003e\n```\nusing System;\nusing AsciiArtLetters;\n\nnamespace testasciilib\n{\n    class MainClass\n    {\n        public static void Main(string[] args)\n        {\n\t\tstring lowerA = GraffitiL.a();\n\t\tConsole.WriteLine(lowerA);  \n        }\n    }\n}\n```\nnow run the program.\n## In other programming languages\n### Python\nDownload and unzip the zip file from this github page \u003cbr /\u003e\nadd the dll to your project's folder (from AsciiArtLetters-master/AsciiArtLetters/bin/Release)\n#### Test the library\nyou can test and use the library using the \"python for .NET\" library http://pythonnet.github.io/\n```\nimport clr\n\nclr.AddReference('AsciiArtLetters')\nimport AsciiArtLetters\n\nprint AsciiArtLetters.GraffitiL.a()\n\n```\n(open an issue on this github repo and tell me if this works)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeatyite%2Fasciiartletters","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeatyite%2Fasciiartletters","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeatyite%2Fasciiartletters/lists"}