https://github.com/thekhansoft/tks-guids-generator
Generate Unlimited GUIDs - Globally Unique Identifier (GUID) aka Universally Unique Identifier (UUID)
https://github.com/thekhansoft/tks-guids-generator
csharp guid identification identification-number identifier identity unique unique-identifier uuid uuid-generator
Last synced: 4 months ago
JSON representation
Generate Unlimited GUIDs - Globally Unique Identifier (GUID) aka Universally Unique Identifier (UUID)
- Host: GitHub
- URL: https://github.com/thekhansoft/tks-guids-generator
- Owner: TheKhanSoft
- Created: 2022-07-14T10:29:49.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-06T06:12:12.000Z (over 1 year ago)
- Last Synced: 2025-05-08T19:08:03.859Z (about 1 year ago)
- Topics: csharp, guid, identification, identification-number, identifier, identity, unique, unique-identifier, uuid, uuid-generator
- Language: C#
- Homepage:
- Size: 64.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TKS-GUIDs-Generator
TKS-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.
## Screenshot

## Features
### Formatting Options
1. **Hyphens**:
Check this option if you want the GUIDs to include hyphens. By default, this option is checked.
2. **Braces**:
Check this option if you want each GUID to be encapsulated in braces `{}`.
3. **Uppercase**:
Check this option if you want the GUIDs to be in uppercase.
### Encoding
Encoding options are not available at this time but will be added soon.
### Count
Specify the number of GUIDs you want to generate.
### Copying Generated GUIDs
Simply click the **Copy GUID(s)** button to copy the generated GUIDs to your clipboard.
## Getting Started
### Prerequisites
Before you begin, ensure you have the following:
- .NET Framework 4.7.2 or higher
- Visual Studio 2019 or later
### Installation
1. **Clone the repository:**
```sh
git clone https://github.com/TheKhanSoft/TKS-GUIDs-Generator.git
cd TKS-GUIDs-Generator
```
2. **Open the project:**
Open the `TKS-GUIDs-Generator.sln` file in Visual Studio.
3. **Build the project:**
Build the project to restore dependencies and compile the code.
4. **Run the application:**
Run the application from Visual Studio.
## Contributing
We welcome contributions! Please follow these steps to contribute:
1. **Fork the repository:**
Click the "Fork" button at the top right of this page.
2. **Clone your forked repository:**
```sh
git clone https://github.com//TKS-GUIDs-Generator.git
cd TKS-GUIDs-Generator
```
3. **Create a new branch:**
```sh
git checkout -b feature/your-feature-name
```
4. **Make your changes and commit them:**
```sh
git add .
git commit -m "Add your commit message"
```
5. **Push to your forked repository:**
```sh
git push origin feature/your-feature-name
```
6. **Create a pull request:**
Go to the original repository and click on the "New Pull Request" button.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Acknowledgements
- [Microsoft .NET](https://dotnet.microsoft.com/)
- [Visual Studio](https://visualstudio.microsoft.com/)