claudette-tools (0.1.0)
Published 2026-03-13 00:06:23 +00:00 by Glushiator
Installation
pip install --index-url claudette-toolsAbout this package
Claudette's toolbox — utilities for AI-assisted content processing
claudette-tools
Claudette's toolbox — utilities for AI-assisted content processing.
Tools
yt-transcript
Download and clean YouTube subtitles for analysis by Claude or other LLMs.
Features:
- Downloads manual or auto-generated subtitles via yt-dlp
- Cleans and paragraphs the output into readable Markdown
- Ordered language fallback (
-l "en,es,pl") - Filler word removal (uh, um, you know, I mean)
- Speaker change detection (
>>markers in auto-subs) - Custom yt-dlp path (
--yt-dlp /path/to/yt-dlp)
Usage:
# Basic
yt-transcript "https://youtube.com/watch?v=..."
# With language fallback and output file
yt-transcript -l "en,es" -o transcript.md "https://youtube.com/watch?v=..."
# Keep filler words
yt-transcript --keep-fillers "https://youtube.com/watch?v=..."
# Custom yt-dlp path
yt-transcript --yt-dlp /opt/bin/yt-dlp "https://youtube.com/watch?v=..."
Requirements:
- Python 3.10+
- yt-dlp installed and accessible
Install
pip install claudette-tools
# or with yt-dlp included:
pip install claudette-tools[yt-dlp]
License
MIT
Made with 💙 by Marcin & Claudette Iwańscy
Requirements
Requires Python: >=3.10