Metadata-Version: 1.0
Name: ChordFinder
Version: 0.1
Summary: A simple GUI chord finder
Home-page: http://pypi.python.org/pypi/ChordFinder/
Author: Anthony Reid
Author-email: AnthonyReid99@gmail.com
License: LICENSE.txt
Description: ===========
        ChordFinder
        ===========
        
        ChordFinder provides a quick, simple solution to the problem of identifying the chords
        that are formed by a group of notes. Notes may be input with from 0 to 2 flat ("b")
        symbols or sharp ("#") symbols.
        
        ChordFinder is GUI based and as of now there is no command line usage. 
        
        Usage
        =====
        
        * Type notes with 0-2 sharp or flat symbols into the text box with our without separators. 
        * Chord names are displayed as the user types
        * Press enter to clear the input box
        * Press escape to exit the program
        
Platform: UNKNOWN
