🇬🇧 English | 🇪🇸 Español abajo
ChaqKey is a lightweight mechanical keyboard sound simulator for Windows.
It runs quietly from the system tray and plays a sound every time you press a key, providing a simple, minimal, and low-overhead experience.
ChaqKey was created from a simple idea: many keyboard sound simulators currently available include more features than necessary, which often makes them heavier and less practical for users who just want a clean and efficient experience.
This project was built with a different approach: minimalist, lightweight, and optimized.
The focus is to deliver a mechanical keyboard sound experience for Windows without unnecessary complexity, extra windows, or resource-heavy behavior.
The name ChaqKey combines:
- Chaq, inspired by an onomatopoeic keypress sound, with a reference to Quechua (Peru)
- Key, from the word keyboard key, recognizable in both English and Spanish-speaking contexts
- Minimalist Windows-focused application
- Runs from the system tray with no intrusive window
- Low-latency sound playback
- Multiple sound profile selection
- Volume levels: 25% / 50% / 75% / 100%
- Mute toggle
- Automatic startup with Windows
- Bilingual interface: English and Spanish
- Persistent configuration at
AppData\Roaming\ChaqKey\config.json - Packaged as a single standalone
.exewith PyInstaller
ChaqKey is designed for users who want:
- A lightweight keyboard sound simulator
- A distraction-free experience
- A simple executable with no installation complexity
- A practical desktop utility focused on one thing done well
- Download
ChaqKey.exefrom Releases - Double-click it — no installation required
- Look for the ChaqKey icon in your system tray
- Make sure you have Python 3.11+ and pip installed
- Clone or download this repository
- Open a terminal in the project folder
- Install runtime dependencies:
pip install -r requirements.txt
- Run the app:
python chaqkey.py
- Open a terminal in the project folder
- Run:
build.bat
- The executable will be created at
dist\ChaqKey.exe
- Install build dependencies:
pip install -r requirements-build.txt
- Run the following command in the project folder:
python -m PyInstaller --onefile --noconsole --clean --name ChaqKey ^ --icon icon.ico ^ --add-data "Sounds;Sounds" ^ --add-data "icon.ico;." ^ --exclude-module tkinter ^ --exclude-module matplotlib ^ --exclude-module numpy ^ --exclude-module scipy ^ --exclude-module IPython ^ --exclude-module unittest ^ --exclude-module xmlrpc ^ --exclude-module email ^ chaqkey.py
ChaqKey/
├─ chaqkey.py
├─ build.bat
├─ icon.ico
├─ Demo.gif
├─ requirements.txt
├─ requirements-build.txt
├─ README.md
├─ CHANGELOG.md
├─ .gitignore
├─ ASSETS_ATTRIBUTION.md
├─ LICENSE.txt
├─ SECURITY.md
├─ CONTRIBUTING.md
└─ Sounds/
├─ Bubu.wav
├─ Chancho.wav
├─ Krilin.wav
├─ Osquitar.wav
└─ Rica.wav
If ChaqKey is useful to you, you can support future development here:
- Icon by Flaticon — keyboard icon
- Sounds by Pixabay Sound Effects — keyboard typing / key press sound effect
- Audio editing with Vocal Remover Cutter
MIT © 2026 IRS — see LICENSE.txt
ChaqKey es un simulador liviano de sonido de teclado mecánico para Windows.
Funciona silenciosamente desde la bandeja del sistema y reproduce un sonido cada vez que presionas una tecla, entregando una experiencia simple, minimalista y de bajo consumo.
ChaqKey nació de una idea simple: muchos simuladores de sonido de teclado disponibles actualmente incluyen más funciones de las necesarias, lo que suele volverlos más pesados y menos prácticos para quienes solo buscan una experiencia limpia y eficiente.
Este proyecto fue desarrollado con un enfoque distinto: minimalista, liviano y optimizado.
El objetivo es ofrecer una experiencia de sonido de teclado mecánico para Windows sin complejidad innecesaria, sin ventanas extra y sin un consumo excesivo de recursos.
El nombre ChaqKey combina:
- Chaq, inspirado en un sonido onomatopéyico de pulsación, con una referencia al quechua (Perú)
- Key, por la palabra tecla o keyboard key, reconocible tanto en inglés como en contextos de habla hispana
- Aplicación liviana enfocada en Windows
- Funciona desde la bandeja del sistema, sin ventana invasiva
- Reproducción de sonido con baja latencia
- Selección de varios perfiles de sonido
- Niveles de volumen: 25% / 50% / 75% / 100%
- Opción de silenciar
- Inicio automático con Windows
- Interfaz bilingüe: inglés y español
- Configuración persistente en
AppData\Roaming\ChaqKey\config.json - Compilación a un único
.execon PyInstaller
ChaqKey está pensado para quienes buscan:
- Un simulador de sonido de teclado liviano
- Una experiencia sin distracciones
- Un ejecutable simple, sin instalación compleja
- Una utilidad de escritorio práctica, enfocada en hacer una sola cosa bien
- Descarga
ChaqKey.exedesde Releases - Haz doble clic — no requiere instalación
- Busca el ícono de ChaqKey en la bandeja del sistema
- Asegúrate de tener Python 3.11+ y pip instalados
- Clona o descarga este repositorio
- Abre una terminal en la carpeta del proyecto
- Instala las dependencias de ejecución:
pip install -r requirements.txt
- Ejecuta la aplicación:
python chaqkey.py
- Abre una terminal en la carpeta del proyecto
- Ejecuta:
build.bat
- El ejecutable se creará en
dist\ChaqKey.exe
- Instala las dependencias de compilación:
pip install -r requirements-build.txt
- Ejecuta el siguiente comando en la carpeta del proyecto:
python -m PyInstaller --onefile --noconsole --clean --name ChaqKey ^ --icon icon.ico ^ --add-data "Sounds;Sounds" ^ --add-data "icon.ico;." ^ --exclude-module tkinter ^ --exclude-module matplotlib ^ --exclude-module numpy ^ --exclude-module scipy ^ --exclude-module IPython ^ --exclude-module unittest ^ --exclude-module xmlrpc ^ --exclude-module email ^ chaqkey.py
ChaqKey/
├─ chaqkey.py
├─ build.bat
├─ icon.ico
├─ Demo.gif
├─ requirements.txt
├─ requirements-build.txt
├─ README.md
├─ CHANGELOG.md
├─ .gitignore
├─ ASSETS_ATTRIBUTION.md
├─ LICENSE.txt
├─ SECURITY.md
├─ CONTRIBUTING.md
└─ Sounds/
├─ Bubu.wav
├─ Chancho.wav
├─ Krilin.wav
├─ Osquitar.wav
└─ Rica.wav
Si ChaqKey te resulta útil, puedes apoyar el desarrollo futuro aquí:
- Ícono por Flaticon — keyboard icon
- Sonidos por Pixabay Sound Effects — keyboard typing / key press sound effect
- Edición de audio con Vocal Remover Cutter
MIT © 2026 IRS — ver LICENSE.txt
