name: 表情包生成器
version: "1.0.0"
description: "$desc"
license: MIT-0
tags:
生成趣味表情包图片,支持文字叠加和AI生成两种模式。
python3 cn_meme_generator.py --mode text --top "我太难了" --bottom "真的"
python3 cn_meme_generator.py --mode ai --prompt "加班到深夜的程序员"
| 参数 | 说明 | 默认值 |
|---|---|---|
| ------ | ------ | -------- |
--mode | 模式:text/ai | text |
--top | 顶部文字 | 空 |
--bottom | 底部文字 | 空 |
--prompt | AI生成提示词 | 空 |
--output | 输出路径 | meme_output.png |
# 生成"打工人的周一"表情包
python3 cn_meme_generator.py --mode text --top "周一" --bottom "不想上班"
# AI生成深夜加班表情包
python3 cn_meme_generator.py --mode ai --prompt "深夜加班的程序员崩溃表情"
出品: AISoBrand|爱索品牌 — AI搜索优化工具
官网: https://aisobrand.com
免费检测你的品牌在AI搜索中有没有存在感 → 30秒出结果
共 1 个版本