{"id":20172378,"url":"https://github.com/lh1207/bkgdrop","last_synced_at":"2025-09-11T09:39:09.182Z","repository":{"id":193189502,"uuid":"688285615","full_name":"lh1207/BkgDrop","owner":"lh1207","description":"BkgDrop is a simple C# console application that allows you to customize the background color, text color, and choose whether to display randomized ASCII art. It provides a visually appealing and interactive experience where you can refresh the ASCII art or quit the program.","archived":false,"fork":false,"pushed_at":"2023-09-12T01:58:24.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T04:29:44.569Z","etag":null,"topics":["ascii-art","command-line","console","console-application","console-color","csharp","interactive-programming","mit-license","randomization","user-input","visual-studio","visual-studio-code"],"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/lh1207.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-09-07T03:18:28.000Z","updated_at":"2023-09-07T04:14:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"7d9f6a34-0843-4a1d-a9b1-6bb4cc8429ed","html_url":"https://github.com/lh1207/BkgDrop","commit_stats":null,"previous_names":["la127/bkgdrop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lh1207/BkgDrop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lh1207%2FBkgDrop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lh1207%2FBkgDrop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lh1207%2FBkgDrop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lh1207%2FBkgDrop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lh1207","download_url":"https://codeload.github.com/lh1207/BkgDrop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lh1207%2FBkgDrop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274609501,"owners_count":25316627,"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","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ascii-art","command-line","console","console-application","console-color","csharp","interactive-programming","mit-license","randomization","user-input","visual-studio","visual-studio-code"],"created_at":"2024-11-14T01:29:49.565Z","updated_at":"2025-09-11T09:39:09.113Z","avatar_url":"https://github.com/lh1207.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BkgDrop - Randomized ASCII Art Background\n\nBkgDrop is a simple C# console application that allows you to customize the background color, text color, and choose whether to display randomized ASCII art. It provides a visually appealing and interactive experience where you can refresh the ASCII art or quit the program.\n\n## Usage\n\n1. Clone or download this repository to your local machine.\n\n2. Compile and run the `BkgDrop.cs` file using your preferred C# development environment (e.g., Visual Studio, Visual Studio Code, or command line).\n\n3. Follow the on-screen instructions to customize the program:\n\n   - Choose a background color by entering the name of a ConsoleColor (e.g., DarkBlue, Red) or accept the default by pressing Enter.\n   - Choose a text color in the same way.\n        \n4. Enjoy the randomized ASCII art! You can press 'Enter' to refresh the art or 'Q' to quit the program.\n\n## Features\n\n- **Customizable Colors**: You can choose your preferred background and text colors to create a visually appealing display.\n\n- **Interactive**: The program prompts you for input, making it easy to configure the settings.\n\n## Example\n![image](https://github.com/la127/BkgDrop/assets/100445409/97cc89f4-dcfb-4567-a915-502360b9baf9)\n\n![image](https://github.com/la127/BkgDrop/assets/100445409/1d93848f-4896-4139-8aba-529726beac6c)\n## BkgOptions Class\n\nThe `BkgOptions` class is used to manage the background color, text color, and art text (description) for the ASCII art. It provides methods for setting and getting these properties.\n\n### Properties\n\n- `BackgroundColor`: The background color for the ASCII art.\n- `TextColor`: The text color for the ASCII art.\n- `ArtText`: A description of the ASCII art.\n\n### Methods\n\n- `SetBackgroundColor(ConsoleColor color)`: Set the background color.\n- `SetTextColor(ConsoleColor color)`: Set the text color.\n- `SetArtText(string text)`: Set the art text.\n- `GetBackgroundColor()`: Get the background color.\n- `GetTextColor()`: Get the text color.\n- `GetArtText()`: Get the art text.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](https://github.com/la127/BkgDrop/blob/main/LICENSE) file for details.\n\n---\n\nFeel free to explore, modify, and use this program for your own entertainment or educational purposes! If you have any questions or feedback, please don't hesitate to reach out.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flh1207%2Fbkgdrop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flh1207%2Fbkgdrop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flh1207%2Fbkgdrop/lists"}