An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Keyboard Type Sound

[![License: MIT](https://img.shields.io/github/license/ILoveBacteria/keyboard-type-sound)](https://github.com/ILoveBacteria/keyboard-type-sound/blob/master/LICENSE)
[![Issues](https://img.shields.io/github/issues/ILoveBacteria/keyboard-type-sound)](https://github.com/ILoveBacteria/keyboard-type-sound/issues)
[![Forks](https://img.shields.io/github/forks/ILoveBacteria/keyboard-type-sound)](https://github.com/ILoveBacteria/keyboard-type-sound/network/members)
[![Stars](https://img.shields.io/github/stars/ILoveBacteria/keyboard-type-sound)]()
[![Watchers](https://img.shields.io/github/watchers/ILoveBacteria/keyboard-type-sound)]()
[![Last commit](https://img.shields.io/github/last-commit/ILoveBacteria/keyboard-type-sound)](https://github.com/ILoveBacteria/keyboard-type-sound/commits/master)
[![Latest release](https://img.shields.io/github/release/ILoveBacteria/keyboard-type-sound)](https://github.com/ILoveBacteria/keyboard-type-sound/releases)
[![Python](https://img.shields.io/badge/python-3.10-blue)]()

## 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
```