Alwrity is an AI-powered generator designed to assist users in creating compelling marketing copy using the Emotional Triggers Copywriting formula. This tool leverages OpenAI's powerful ChatGPT model to generate copy based on user-provided inputs.
Emotional Triggers Copywriting focuses on tapping into the emotions of the audience to evoke specific feelings or reactions. It involves:
- Identifying Emotions: Understanding the emotional triggers that resonate with the target audience.
- Creating Emotional Connections: Crafting copy that connects with the audience on an emotional level.
- Eliciting Desired Emotions: Using words, phrases, and storytelling techniques to evoke the desired emotional response.
Emotional Triggers Copywriting is effective in creating impactful and memorable content that resonates with the audience's emotions.
- Fear: "Don't miss out on this limited-time offer before it's too late!"
- Joy: "Experience the pure joy of achieving your fitness goals with our revolutionary workout program."
- Trust: "Join thousands of satisfied customers who have trusted us to deliver quality products and services."
- Input Section: Users can input brand/company name, description, and trust-building elements to generate emotional triggers copy.
- Pro-Tip: Provides guidance on how to use the Emotional Triggers Copywriting formula effectively.
- Progress Spinner: Displays a spinner during copy generation.
- Error Handling: Handles exceptions gracefully and provides helpful error messages.
- Input Section: Enter the brand/company name, description, and trust-building elements in the input fields provided.
- Generate Copy: Click the "Get Emotional Triggers Copy" button to generate copy based on the provided inputs.
- View Copy: Once generated, the copy will be displayed in the web app for review and use.
- Python 3.6+
- Streamlit
- Tenacity
- OpenAI
- Streamlit Lottie
- Clone this repository.
- Install the required dependencies using
pip install -r requirements.txt
. - Set up environment variables:
OPENAI_API_KEY
: OpenAI API key.
- Run the Alwrity script using
streamlit run alwrity.py
.