Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.27 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.27 KB

ChordPy!

A Pyton script that takes ChordPro files (especially from WorshipTogether.com) and converts them to a readable plaintext format. Output file is in same location as input.

To download the program for Windows, go here and click "View Raw".

Download free ChordPro file from WorshipTogether First dialog when you run the program Pick literally any integer Voila!

My usual workflow for making chordsheets is:

  • download ChordPro file from WorshipTogether (free!)
  • find the transposed key I like
  • transpose and convert using ChordPy
  • copy output text to MS Word and make pretty for printing (two columns, 0.5 margins is the only right way to do this obviously).

I use PyInstaller to make this Python script into a .exe executable. The program only uses tkinter simple GUI dialogs. Run make.bat to compile ChordPro.py into an executable.

God Bless! Have fun worshipping!