About
Honk is a simple MPC (Minimal Control Protocol) server implemented in Python, leveraging the macOS 'say' command for text-to-speech conversion. This project serves as a demonstration, offering basic functionalities like announcing the presentation location and providing the current time. It is designed to be easily integrated with Claude and is packaged using Nix for simplified dependency management and deployment, ensuring a smooth and reproducible setup.
Key Features
- Offers a tool to retrieve the current time
- Nixified using uv for dependency management
- Easy integration with Claude
- Provides a stub location announcement for demos
- 0 GitHub stars
- Text-to-speech functionality via macOS 'say' command
Use Cases
- Learning Nix package management with Python
- Demonstrating basic MPC functionality
- Quickly prototyping text-to-speech applications on macOS