https://github.com/ilovebacteria/keyboard-type-sound
This Python code plays a sound every time a key is pressed on the keyboard
https://github.com/ilovebacteria/keyboard-type-sound
keyboard-listener pipenv pynput python3
Last synced: 8 months ago
JSON representation
This Python code plays a sound every time a key is pressed on the keyboard
- Host: GitHub
- URL: https://github.com/ilovebacteria/keyboard-type-sound
- Owner: ILoveBacteria
- License: mit
- Created: 2023-02-04T04:56:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-25T15:49:06.000Z (about 3 years ago)
- Last Synced: 2025-10-26T13:45:37.276Z (8 months ago)
- Topics: keyboard-listener, pipenv, pynput, python3
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Keyboard Type Sound
[](https://github.com/ILoveBacteria/keyboard-type-sound/blob/master/LICENSE)
[](https://github.com/ILoveBacteria/keyboard-type-sound/issues)
[](https://github.com/ILoveBacteria/keyboard-type-sound/network/members)
[]()
[]()
[](https://github.com/ILoveBacteria/keyboard-type-sound/commits/master)
[](https://github.com/ILoveBacteria/keyboard-type-sound/releases)
[]()
## Description
This Python code plays a sound every time a key is pressed on the keyboard.
The sound can be customized to the user's preference, allowing them to create their own unique typing experience.
## What sounds does it have in `v1.0.0`?
- Windows beep sound
- iPhone keyboard sounds. Including keyboard type, backspace, and return
## How to run
### What You Need?
- Python 3.10
- Pipenv
1. Clone the repository
```bash
git clone https://github.com/ILoveBacteria/keyboard-type-sound.git
```
2. Go to the project directory
3. Install python dependencies
```bash
pipenv sync
```
4. Run the python script
```bash
pipenv run python analysis.py
```