{"id":27994131,"url":"https://github.com/thekhansoft/tks-guids-generator","last_synced_at":"2026-02-17T21:02:30.808Z","repository":{"id":244041078,"uuid":"513857064","full_name":"TheKhanSoft/TKS-GUIDs-Generator","owner":"TheKhanSoft","description":"Generate Unlimited GUIDs - Globally Unique Identifier (GUID) aka Universally Unique Identifier (UUID) ","archived":false,"fork":false,"pushed_at":"2025-02-06T06:12:12.000Z","size":66,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-08T19:08:03.859Z","etag":null,"topics":["csharp","guid","identification","identification-number","identifier","identity","unique","unique-identifier","uuid","uuid-generator"],"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/TheKhanSoft.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,"zenodo":null}},"created_at":"2022-07-14T10:29:49.000Z","updated_at":"2025-02-06T06:12:15.000Z","dependencies_parsed_at":"2025-05-08T19:08:04.657Z","dependency_job_id":"6df7595c-5d25-4ef9-bcb5-abb66f1dad80","html_url":"https://github.com/TheKhanSoft/TKS-GUIDs-Generator","commit_stats":null,"previous_names":["thekhansoft/tks-guids-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheKhanSoft/TKS-GUIDs-Generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheKhanSoft%2FTKS-GUIDs-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheKhanSoft%2FTKS-GUIDs-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheKhanSoft%2FTKS-GUIDs-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheKhanSoft%2FTKS-GUIDs-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheKhanSoft","download_url":"https://codeload.github.com/TheKhanSoft/TKS-GUIDs-Generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheKhanSoft%2FTKS-GUIDs-Generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29558100,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T20:52:40.164Z","status":"ssl_error","status_checked_at":"2026-02-17T20:48:10.325Z","response_time":100,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["csharp","guid","identification","identification-number","identifier","identity","unique","unique-identifier","uuid","uuid-generator"],"created_at":"2025-05-08T19:08:01.730Z","updated_at":"2026-02-17T21:02:30.783Z","avatar_url":"https://github.com/TheKhanSoft.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TKS-GUIDs-Generator\n\nTKS-GUIDs-Generator is a C# application designed to generate GUIDs (Globally Unique Identifiers) with various formatting options. This tool is useful for developers who need to generate multiple GUIDs for testing, database keys, or other purposes.\n\n## Screenshot\n\n![TKS-GUIDs-Generator-Screenshot](https://user-images.githubusercontent.com/4927267/178965550-2fbfc88f-636b-41be-9760-b19497e65563.png)\n\n## Features\n\n### Formatting Options\n\n1. **Hyphens**: \n   Check this option if you want the GUIDs to include hyphens. By default, this option is checked.\n\n2. **Braces**:\n   Check this option if you want each GUID to be encapsulated in braces `{}`.\n\n3. **Uppercase**:\n   Check this option if you want the GUIDs to be in uppercase.\n\n### Encoding\n\nEncoding options are not available at this time but will be added soon.\n\n### Count\n\nSpecify the number of GUIDs you want to generate.\n\n### Copying Generated GUIDs\n\nSimply click the **Copy GUID(s)** button to copy the generated GUIDs to your clipboard.\n\n## Getting Started\n\n### Prerequisites\n\nBefore you begin, ensure you have the following:\n\n- .NET Framework 4.7.2 or higher\n- Visual Studio 2019 or later\n\n### Installation\n\n1. **Clone the repository:**\n    ```sh\n    git clone https://github.com/TheKhanSoft/TKS-GUIDs-Generator.git\n    cd TKS-GUIDs-Generator\n    ```\n\n2. **Open the project:**\n    Open the `TKS-GUIDs-Generator.sln` file in Visual Studio.\n\n3. **Build the project:**\n    Build the project to restore dependencies and compile the code.\n\n4. **Run the application:**\n    Run the application from Visual Studio.\n\n## Contributing\n\nWe welcome contributions! Please follow these steps to contribute:\n\n1. **Fork the repository:**\n    Click the \"Fork\" button at the top right of this page.\n\n2. **Clone your forked repository:**\n    ```sh\n    git clone https://github.com/\u003cyour-username\u003e/TKS-GUIDs-Generator.git\n    cd TKS-GUIDs-Generator\n    ```\n\n3. **Create a new branch:**\n    ```sh\n    git checkout -b feature/your-feature-name\n    ```\n\n4. **Make your changes and commit them:**\n    ```sh\n    git add .\n    git commit -m \"Add your commit message\"\n    ```\n\n5. **Push to your forked repository:**\n    ```sh\n    git push origin feature/your-feature-name\n    ```\n\n6. **Create a pull request:**\n    Go to the original repository and click on the \"New Pull Request\" button.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Acknowledgements\n\n- [Microsoft .NET](https://dotnet.microsoft.com/)\n- [Visual Studio](https://visualstudio.microsoft.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthekhansoft%2Ftks-guids-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthekhansoft%2Ftks-guids-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthekhansoft%2Ftks-guids-generator/lists"}