Skip to content

Adds the ability to play sounds while typing anywhere on your system, for any key, anywhere

Notifications You must be signed in to change notification settings

k754a/Key-Sounds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Key-Sounds Application

Enhance your keyboard and mouse interactions with custom sounds for each key or mouse button press.


Getting Started:

  1. Download the .py File:

    • Download the provided Python script and place it in a directory of your choice.
  2. Run the Script:

    • Execute the script using either PyCharm or the command prompt.
      • Example command: cd /path/to/your/.py/file followed by python Keysounds.py.
      • May need to install packages: -from pynput import mouse -import pygame -import os -import keyboard
  3. Customize Key Sounds:

    • For personalized key sounds, obtain an audio file (e.g., .mp3).
    • Rename the file to "keysound" and place it in the same directory as the .py file.

About

Adds the ability to play sounds while typing anywhere on your system, for any key, anywhere

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages