No description
Find a file
Blake Ridgway 106b08a507 (feat): Generate random URLs for different server types
Allows users to select a server type (PostgreSQL, Redis, RabbitMQ,
Sandbox, Staging) and generates a random URL with a prefix
corresponding to the server type. The script loops until the user enters
'q' to quit or indicates they do not need another URL.

* Introduces interactive menu for server type selection.
* Implements URL generation based on chosen server prefix.
* Adds loop to generate multiple URLs until user quits.
* Handles invalid input and prompts the user again.
2025-04-19 01:36:51 +00:00
string_generator.py (feat): Generate random URLs for different server types 2025-04-19 01:36:51 +00:00