This is a simple Python blog generator app.
You enter:
- π§© topic
- π’ desired length (words)
β¦and it automatically generates a blog using GPT-4.1-nano.
- βοΈ Generates complete blog posts
- π€ Uses OpenAI GPT-4.1-nano model
- ποΈ Lets you choose blog length
- π» Runs in the terminal
- π§ Creates structured, readable content automatically
- π Python
- π€ OpenAI GPT-4.1-nano
- π dotenv for API key management
pip install openai python-dotenv
python blog_generator.py