A Stream Deck plugin that helps developers generate random text content and UUIDs for testing and development purposes.
- Generate random paragraphs
- Generate random sentences
- Generate random words
- Generate UUIDs
- Quick access via Stream Deck buttons
- Download the latest
.streamDeckPlugin
file from the releases page - Double-click the downloaded
.streamDeckPlugin
file to install - Configure the plugin actions in Stream Deck software
- Clone this repository
- Run
npm install
to install dependencies - Run
npm run build
to build the plugin - The built plugin will be in the
com.ozgurkececioglu.random-text-generator.sdPlugin
folder
Add the plugin actions to your Stream Deck and customize the output length and format as needed. Generated text will be automatically pasted from the clipboard to the active application.s
This plugin is built for the Elgato Stream Deck platform and follows the Stream Deck SDK guidelines.
MIT License