Omar wrote:
> I'm learning how to program python.  a few questions
>
> a) I'm mostly interested in creating exe's that have to do with music
> -- things to help me keep track of chord progressions, transpositions,
> etc.  can anyone point me in the direction of resources on this?
>
> b) I'm also interested in created GUI's sooner rather than later.  Can
> anyone point me to a fast track to doing GUI's on python?
>
> thanks

Hi Omar

are you aware of lilypond, used for typesetting music? (not what you
asked about I know!).  'lilycomp' is a simple (tkinter) gui for
creating lilypond markup, maybe some ideas there.

    http://lilypond.org/web/

    http://lilycomp.sourceforge.net/

hope that helps.

Gerard

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to