An open API service indexing awesome lists of open source software.

https://github.com/noxcraftdev/video-examples

Companion code for Nox Craft videos — runnable examples for every episode.
https://github.com/noxcraftdev/video-examples

Last synced: 1 day ago
JSON representation

Companion code for Nox Craft videos — runnable examples for every episode.

Awesome Lists containing this project

README

          

# video-examples

Companion code for [Nox Craft](https://youtube.com/@noxcraftdev) videos.
Every episode has a folder with runnable examples you can clone and use.

## Wired

Claude Code techniques that change how you work.

| Episode | Title | What it covers |
|---------|-------|----------------|
| [E0](wired/e0-this-video-made-itself/) | This Video Made Itself | Zero-cost video production pipeline (edge-tts + Pillow + MoviePy) |
| [E1](wired/e1-pipeline-upgrade/) | I Rebuilt My Video Pipeline With Free AI | Kokoro + OpenVoice voice cloning, MusicGen background music |
| [E2](wired/e2-hidden-statusbar/) | Claude Code Has a Hidden Status Bar | 10-line Python statusline showing context %, cost, and model |
| [E3](wired/e3-power-statusline/) | Power User Statusline | ~40-line statusline with ANSI color bar, cache hit rate, and rate limit countdown |