A newer version of the Gradio SDK is available: 6.11.0
metadata
title: Suno Prompt Generator
emoji: π΅
colorFrom: yellow
colorTo: red
sdk: gradio
sdk_version: 6.6.0
app_file: app.py
pinned: false
license: mit
Suno Prompt Generator
Describe your song idea in natural language. Get back structured prompts optimized for Suno AI music generation.
Features
- Style Prompt β paste directly into Suno's Style Prompt field
- Song Title β AI-generated evocative title
- Lyrics with Tags β complete lyrics with structure tags, performance cues, and humanization
- Suno UI Settings β recommended Weirdness and Style Influence values with reasoning
- Cover Art Prompt β rich visual description for AI image generation (Grok, Midjourney, DALL-E)
- Weirdness Slider (0-100) β from conventional to maximum creative hallucination
- Model Selection β choose from Gemini, Claude, GPT, Grok, or any custom OpenRouter model
Usage
- Get an OpenRouter API key
- Paste your key into the API Key field
- Describe your song idea
- Adjust the Weirdness slider
- Click Generate
Your API key is sent directly to OpenRouter and is never stored.
Run Locally
git clone https://github.com/AnimalMonk/Suno-Prompting-App
cd Suno-Prompting-App
python -m venv venv
venv\Scripts\pip install -r requirements.txt
# Create .env with: OPENROUTER_API_KEY=your-key-here
venv\Scripts\python app.py
Or double-click Launch Suno Prompter.bat on Windows.
Windows Installer
Download the installer from Releases. It prompts for your API key during setup β no Python needed.