Skip to content

Generate Unlimited GUIDs - Globally Unique Identifier (GUID) aka Universally Unique Identifier (UUID)

Notifications You must be signed in to change notification settings

TheKhanSoft/TKS-GUIDs-Generator

Repository files navigation

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

TKS-GUIDs-Generator-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:

    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:

    git clone https://github.com/<your-username>/TKS-GUIDs-Generator.git
    cd TKS-GUIDs-Generator
  3. Create a new branch:

    git checkout -b feature/your-feature-name
  4. Make your changes and commit them:

    git add .
    git commit -m "Add your commit message"
  5. Push to your forked repository:

    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 file for details.

Acknowledgements

About

Generate Unlimited GUIDs - Globally Unique Identifier (GUID) aka Universally Unique Identifier (UUID)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages