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.
- Host: GitHub
- URL: https://github.com/noxcraftdev/video-examples
- Owner: noxcraftdev
- Created: 2026-04-02T07:50:04.000Z (7 days ago)
- Default Branch: main
- Last Pushed: 2026-04-03T21:43:20.000Z (5 days ago)
- Last Synced: 2026-04-04T22:11:32.689Z (4 days ago)
- Language: Python
- Size: 20.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |