Skip to content

A simple terminal and graphical application to pick a random chord. Intended for musicians who perhaps want to practice playing in a random key.

License

Notifications You must be signed in to change notification settings

Sam-Hildebrand/Random-Chord-Picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChordPicker_v.0.2
(c) Samuel Hildebrand

This is a simple terminal based program that selects a random chord
(Ebm, G, Dm, etc) root of a chord ("A", "B", "C", etc.), accidental
("", "b", or "#"), "tonal modifier" ("" or "m"), roman chord number
("I", "ii", "iii", etc. or "i", "ii", "III" etc.) or item from user
input and prints it in the terminal.

To run as window, launch Graphical.py 

All of my code in this folder is licensed under the MIT license.

If you want to run the program from a shell by entering the phrase "ChordPkr"
paste the command bellow in the bottom of your .bashrc (usually: ~/.bashrc).

alias ChordPkr='./LOCATION/OF/FILE/ChordPicker.py'

About

A simple terminal and graphical application to pick a random chord. Intended for musicians who perhaps want to practice playing in a random key.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages