← 全部工具

HoungDev/creator-toolkit-cli

热度 75 更新于 内容与媒体

Safe, scriptable Python CLI for reproducible creator workflows: titles, tags, and collision-aware image renaming.

githubauto-collected

安装

暂未验证可直接使用的安装命令,请查看项目官方文档或 Release。

Creator Toolkit CLI

A lightweight Python CLI for repeatable creator workflows. Generate content ideas and tags, or normalize a folder of image names from an interactive menu or scriptable subcommands.

<subThis seven-second loop uses real CLI output, disposable sample files, and a fixed seed for reproducible suggestions.</sub

Why Creator Toolkit?

  • Preview filename changes before touching a directory, then undo applied renames from a manifest.
  • Automate every scriptable workflow with stable JSON schemas and meaningful exit codes.
  • Get the same CLI behavior on current Windows, macOS, and Linux systems.
  • Keep small creator tasks local, inspectable, and easy to compose in scripts.

Real workflows

| Goal | Before | Example result | | --- | --- | --- | | Draft a title | creator workflow | 10 Creator Workflow Tips Every Beginner Should Know | | Pick three tags | --count 3 | automation, productivity, tutorial | | Preview image renames | --prefix campaign | campaign1.jpg, campaign2.png — no files changed |

See the demo transcript and reproduction steps.

Features

  • Generate title ideas from a keyword.
  • Select unique tags from a curated list.
  • Preview, apply, and undo deterministic JPEG and PNG filename changes with a safe custom prefix.
  • Use automation-friendly subcommands or an interactive menu.

Requirements

  • Python 3.11+
  • A current Windows, macOS, or Linux system

See the platform support policy for the tested OS/Python matrix and support expectations.

Installation

Install the latest stable release from PyPI:

python -m pip install creator-toolkit-cli

Release notes and verified distribution hashes are available in the latest GitHub release.

Usage