https://github.com/jo12no/guitar-strumming-pattern-generator
Python CLI application to randomly generate and display guitar strumming patterns to assist with practice.
https://github.com/jo12no/guitar-strumming-pattern-generator
guitar-chords music python
Last synced: 7 months ago
JSON representation
Python CLI application to randomly generate and display guitar strumming patterns to assist with practice.
- Host: GitHub
- URL: https://github.com/jo12no/guitar-strumming-pattern-generator
- Owner: jo12no
- License: gpl-3.0
- Created: 2024-05-02T06:48:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-07T09:59:53.000Z (over 1 year ago)
- Last Synced: 2025-01-20T21:44:08.848Z (9 months ago)
- Topics: guitar-chords, music, python
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Guitar Strumming Pattern Generator πΈπ΅
Python CLI application to randomly generate and display guitar strumming patterns to assist with practice.# Example
## Features
* Generates a random strumming pattern in 4/4 time signiture, using a combination of down and up strums.
* Allows users to enable or disable muted strums.
* Prints the generated pattern in a formatted string.
* Press `enter` to quickly create new patterns.## Usage
1. Run the script using `python guitar_strumming_pattern_generator.py`
2. Press `enter` to regenerate a new pattern, or type `q` to quit
3. Type `m` to enable muted strums (default is off)## Dependencies
- Python 3.x