Convert YouTube videos into structured docs, summaries, audio, and visual assets for easier discovery
Project description
youtube-to-docs
Click on the image below to see a demo of YouTube to docs:
Convert YouTube videos into structured docs, summaries, audio, and visual assets for easier discovery.
View all available CLI options:
uvx youtube-to-docs --help
Optional Features
To keep the installation light, some features are optional. You can enable them by specifying "extras":
audio: Required for TTS and audio processing (usesyt-dlp).video: Required for video generation (usesstatic-ffmpeg).workspace: Required for Google Drive integration.m365: Required for Microsoft SharePoint/OneDrive integration.aws: AWS Bedrock support.azure: Required for Azure OpenAI models.gcp: Required for Google Gemini, Vertex AI models, and GCP Cloud TTS (usesgoogle-genaiand google-cloud libs).app: Web app with browser-based UI (usesfastapi,uvicorn).all: Installs everything.
Example: Run with audio and video support
uvx --with "youtube-to-docs[audio,video]" youtube-to-docs ...
Example: Run with everything
uvx --with "youtube-to-docs[all]" youtube-to-docs ...
Note: The commands above require uv. You can install it via:
- macOS/Linux:
curl -LsSf https://astral.sh/uv/install.sh | sh - Windows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
Install as a Gemini CLI extension:
gemini extensions install https://github.com/DoIT-Artificial-Intelligence/youtube-to-docs.git
Install as a Claude Code plugin:
/plugin marketplace add DoIT-Artificial-Intelligence/youtube-to-docs
/plugin install youtube-to-docs@youtube-to-docs
Run as a web app:
uvx --from "youtube-to-docs[all]" youtube-to-docs-app
Then open http://localhost:8000 in your browser. See the Web App docs for details.
Install as an MCP server for Claude Code:
claude mcp add youtube-to-docs -- uvx --with "youtube-to-docs[all]" python -m youtube_to_docs.mcp_server
Created with the help of AI. All artifacts have been checked and work as expected.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 youtube_to_docs-0.0.91.tar.gz.
File metadata
- Download URL: youtube_to_docs-0.0.91.tar.gz
- Upload date:
- Size: 691.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fff6ed457cbd89843c1e4fe08fe23983aa8903b6ca446f4d1fc0676c449f4c74
|
|
| MD5 |
b43f347b6c903e9b7af75c158b07f692
|
|
| BLAKE2b-256 |
28b768b996b18bc9f181c3e8456c2ed66e485aa8bcf0d2f27bdca583c7b89883
|
File details
Details for the file youtube_to_docs-0.0.91-py3-none-any.whl.
File metadata
- Download URL: youtube_to_docs-0.0.91-py3-none-any.whl
- Upload date:
- Size: 667.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f26ba41e1eedb845427f491860b47ee07d34bc6efc7062a09c0d0579e684d68
|
|
| MD5 |
f0f5ea892d2fd107cbda6d3229699dc7
|
|
| BLAKE2b-256 |
a0586cfe78b0b215c45eefd651ca7bb525de2c41b4aa7b31758e4f62a9b608fa
|