Skip to content

Done adding the sound effect.#69

Merged
FOSSCLUB-LBSITW merged 1 commit into
FOSSCLUB-LBSITW:mainfrom
devikrishna111:sound
Mar 12, 2026
Merged

Done adding the sound effect.#69
FOSSCLUB-LBSITW merged 1 commit into
FOSSCLUB-LBSITW:mainfrom
devikrishna111:sound

Conversation

@devikrishna111
Copy link
Copy Markdown

📌 Description

his PR adds sound feedback to the Typing Speed Test application to improve the typing experience and user engagement.
The application now generates automatic typing sounds using the built-in Python winsound module, eliminating the need for external .wav sound files.

Users will hear different sounds for:

  • Key presses
  • Incorrect keys
  • Backspace actions
  • Test completion

This enhances responsiveness and provides a more immersive typing experience similar to mechanical keyboard feedback.

🔗 Related Issue

Closes: #42

🛠 Changes Made

  • Added sound generation using the Python winsound module
  • Implemented sound on each key press
  • Added different sound for incorrect keys
  • Added backspace key sound
  • Added completion sound when test ends
  • Bound keyboard events to the typing textbox

✅ Checklist

  • [✅ ] I have tested my changes
  • [ ✅ ] My code follows project guidelines
  • [ ✅ ] I have linked the related issue

@FOSSCLUB-LBSITW FOSSCLUB-LBSITW merged commit 6c2fb51 into FOSSCLUB-LBSITW:main Mar 12, 2026
1 check passed
@FOSSCLUB-LBSITW
Copy link
Copy Markdown
Owner

Well done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Realistic Typing Sound Effects While Typing

2 participants