This project uses the Pygame library to create a Python playable drum machine. It is inspired from freeCodeCamp's course available at: https://www.freecodecamp.org/news/create-a-drum-machine-with-python-and-pygame/
Do make sure you have installed the Pygame backage - otherwise, running $ pip install pygame
in your temrinal should do the job.
Once this is done, simply run the main.py
file and let the music play!