Skip to content

Commit 6b093b4

Browse files
authored
Beat board (avinashkranjan#990)
1 parent 97edad3 commit 6b093b4

File tree

12 files changed

+160
-0
lines changed

12 files changed

+160
-0
lines changed

Beat-Board/README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Beat Board Script
2+
3+
This program uses tkinter GUI to create a beat board in
4+
which the user can activate specific sounds based on the
5+
button or key pressed.
6+
7+
The following keys correspond to the positions of the pads
8+
9+
|Left Column |Middle Column | Right Column |
10+
|-- |---------- |-------- |
11+
|q |w |e |
12+
|a |s |d |
13+
|z |x |c |
14+
15+
16+
## Setup instructions
17+
18+
This script uses the following modules:
19+
20+
* tkinter
21+
* playsound
22+
* To install module run the following command: `pip install playsound`
23+
* Thread from threading
24+
25+
26+
To run the script follow the following steps:
27+
28+
1. Make sure you are within the Amazing-Python-Script directory
29+
2. Run the following command `python Beat-Board/beatBoard.py`
30+
31+
## Detailed explanation of script, if needed
32+
33+
This script uses a class-based approach to organize the different pads that
34+
can be seen in the GUI. This class contains the functions from the playsound module. The rest of the code is creating the buttons and linking the sounds with their respective objects.
35+
36+
## Output
37+
38+
Display images/gifs/videos of output/result of your script so that users can visualize it
39+
40+
## Author
41+
42+
Albert Paez

Beat-Board/Sounds/Kick.wav

94.7 KB
Binary file not shown.

Beat-Board/Sounds/Pad1.wav

458 KB
Binary file not shown.

Beat-Board/Sounds/Pad2.wav

463 KB
Binary file not shown.

Beat-Board/Sounds/Pad3.wav

234 KB
Binary file not shown.

Beat-Board/Sounds/Pad4.wav

215 KB
Binary file not shown.

Beat-Board/Sounds/Pad5.wav

229 KB
Binary file not shown.

Beat-Board/Sounds/Pad6.wav

453 KB
Binary file not shown.

Beat-Board/Sounds/hiHat.wav

108 KB
Binary file not shown.

Beat-Board/Sounds/snare.wav

127 KB
Binary file not shown.

0 commit comments

Comments
 (0)