HEX Generator for Linux

I just finished a new application for Linux. Hex generator

A simple yet versatile HEX Generator application built with Flutter for Linux desktops.

Features

  • Theme Support: Adapts to your system’s light or dark theme settings for a native look and feel.
  • Variety of Generators: Provides several types of data generation:
    • Custom: Generate HEX strings with a user-defined number of digits.
    • GUID: Generate universally unique identifiers (UUID v4).
    • Mac Address: Generate random MAC addresses.
    • HEX Color: Generate random HEX color codes (e.g., #RRGGBB).
    • HEX Color with alpha: Generate random HEX color codes with an alpha channel (e.g., #AARRGGBB).
    • Byte Sequence: Generate sequences of HEX bytes (e.g., 00 FF 1A).
    • Prefixed HEX: Generate HEX strings with a “0x” prefix.
  • Customizable Output: Control the number of lines and digits (for applicable generators) and toggle uppercase output.
  • Easy Sharing & Saving: Copy generated data to the clipboard, share it, or save it to a file.

This project is open source and aims to provide a straightforward tool for developers and users who need to quickly generate various HEX-based data.

Open application page for download links

Spread the love

Related Post