Commit Graph

5 Commits

Author SHA1 Message Date
9f23497156 chore(scripts): remove obsolete nerdletter numbers station scripts
Deleted multiple iterative versions of the numbers station MP4 generator scripts, including platform-specific and experimental variants, as they are no longer required.
2026-04-27 20:41:56 +01:00
203f7b1300 chore(gitignore): add .idea directory and remove IDE files
Removed IntelliJ IDEA configuration files from the repository to avoid tracking editor-specific settings. Added .idea/ to .gitignore for future prevention.
2026-04-27 20:39:32 +01:00
5cd09628ee feat(project): add initial setup with IDE configs, gitignore, and final script
- Introduce .gitignore to exclude output directory
- Add IntelliJ/PyCharm project files under .idea/
- Create CLAUDE.md for Claude Code guidance on the project
- Add scripts/nerdletter_numbers_station_final.sh as the refined Lincolnshire Poacher style generator
- Update sample output MP4 in output/
2026-04-27 20:38:41 +01:00
Gregory Gauthier
400b41b802 feat(nerdletter): add numbers station MP4 generator scripts and assets
Introduced a series of bash scripts for creating Lincolnshire Poacher-style numbers station videos for Nerdletter secret transmissions. Includes base, platform-specific (Linux, macOS), and enhanced versions with intro tune, static noise, and letter-by-letter pronunciation. Added supporting audio assets (poacher_intro.wav, static.wav) and an example output MP4.
2026-04-27 17:11:29 +01:00
Gregory Gauthier
845b84da19 first commit 2026-04-27 17:08:10 +01:00