chnihy / randomchordsapp

A random chord generation app using Kivy UI and the Mingus MIDI package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

randomchordsapp

A random chord generation app using Kivy UI and the Mingus MIDI package

preview

Requirements

Kivy
Mingus

pip3 install -r requirements.txt

Future plans:

  • Making into a web app with flask
  • A prettier UI
  • More control over chord choices, keys, progressions
  • A dynamic user interface that allows the user to change the order of the chords
  • Control over sounds (piano, guitar, synth)

To launch app:

  1. Clone repo
git clone https://github.com/chnihy/randomchordsapp.git
cd randomchordsapp
  1. Install requirements
pip3 install -r requirements.txt
  1. Launch app
python3 main.py

About

A random chord generation app using Kivy UI and the Mingus MIDI package


Languages

Language:Python 74.3%Language:kvlang 25.7%