AI Marketing Content Generator
Project description
ContentFlow
AI Marketing Content Generator.
Installation
pip install contentflow
Quick Start
from contentflow import ContentGenerator
gen = ContentGenerator()
# Generate ad copy (template-based, no API key needed)
copy = gen.generate_ad_copy("Istanbul", vibe="exciting", platform="Instagram")
print(copy)
# Get a travel quote
quote = gen.get_travel_quote("Adventure")
print(quote)
# With HuggingFace API (optional)
gen = ContentGenerator(api_key="hf_...")
copy = gen.generate_ad_copy("Paris", vibe="romantic")
Features
- Template-based content - Works offline with curated templates
- AI-powered generation - Optional HuggingFace Inference API integration
- Travel quotes - Categorized famous travel quotes
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
contentflow-0.4.0.tar.gz
(3.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file contentflow-0.4.0.tar.gz.
File metadata
- Download URL: contentflow-0.4.0.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68db3a66cfb6610ee564529be76ec93ec8e8c6dee65925f241968a1e369cdc0e
|
|
| MD5 |
39c05d8ba5e6e10f3d76c117e2c5aeaa
|
|
| BLAKE2b-256 |
4719f1dfa2d4f9b59e9ae08ba0e4fb973f6e4f10ad463571abe63cbcfdfb154c
|
File details
Details for the file contentflow-0.4.0-py3-none-any.whl.
File metadata
- Download URL: contentflow-0.4.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14b2a02c4af42bcd779adf7f1492db58643b92e6b9dde0bb0eaebe8c9859c4a6
|
|
| MD5 |
f2d56dc34baa5f6c1b727bea4f2b8761
|
|
| BLAKE2b-256 |
84a66cf0467b1c47dd96657b9f2d3285c706056e690c5d7408202a2a1a683539
|