Skip to content

Latest commit

Β 

History

History
38 lines (25 loc) Β· 947 Bytes

File metadata and controls

38 lines (25 loc) Β· 947 Bytes

🎹 keyboard-sound

Turn your boring keyboard into an immersive sound experience!
A fun Python tool that plays custom sounds when you type.

πŸ”§ Features

  • Real-time key detection using pynput
  • Sound playback with pydub + pyaudio
  • Customizable .mp3 sound mapping per key
  • In progress: GUI app using tkinter

πŸš€ Quick Start

git clone https://github.com/Royaltyprogram/keyboard-sound.git
cd keyboard-sound
pip install -r requirements.txt
python main.py

πŸ“– Behind the Project

Curious about the story, inspiration, and some wild sound experiments (like gunshots πŸ‘€)? Check out the full write-up on Medium:

πŸ‘‰ Read the full story on Medium https://ddyc43.medium.com/i-just-wanted-a-nuphy-keyboard-8bb14d883960

⭐️ Support

If you like the project, consider giving it a ⭐ on GitHub! It really helps and keeps the keyboard clicking 🎡

πŸ‘‰ https://github.com/Royaltyprogram/keyboard-sound