Skip to content

Commit

Permalink
Create readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RyoK3N authored Oct 18, 2024
0 parents commit 373f706
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions drum3x/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Drum3x

Welcome to **Drum3x**, the ultimate drum pad experience! Drum3x transforms your keyboard into a dynamic drum machine with a sleek, gaming-inspired interface. Whether you're a budding musician or just looking to have some fun, Drum3x offers an engaging platform to unleash your rhythm skills.

## Features

- 🎹 **9 Dynamic Drum Pads**: A 3x3 grid of responsive pads, each linked to unique drum sounds.
- 💻 **Keyboard Integration**: Play beats effortlessly using intuitive keyboard shortcuts.
- 🎶 **Record & Playback**: Capture your creative sequences and replay them with precise timing.
- 🎮 **Gaming-Inspired UI**: Immerse yourself in a dark-themed interface with neon highlights and a real-time CPU utilization graph styled like a gaming HUD.
- 📈 **System Performance Monitor**: Keep an eye on your system's performance with a live-updating, gaming-styled CPU usage graph.

Drum3x is more than just a drum pad—it's a glimpse into a larger project aimed at redefining interactive music experiences. Stay tuned for exciting updates!

## Installation

### Prerequisites

- **Python 3.x**
- **C Compiler** (e.g., GCC)
- **Pip** (Python package manager)

### Python Packages

Install the required Python packages using pip:

```bash
pip install psutil pygame matplotlib

0 comments on commit 373f706

Please sign in to comment.