Skip to content

Convert your ChordPro formatted .rtf files into beautiful PDFs

Notifications You must be signed in to change notification settings

jonnylangefeld/ChordPro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d5e7e1b · Oct 23, 2019

History

15 Commits
Apr 27, 2017
Apr 27, 2017
May 3, 2017
Oct 23, 2019
Apr 27, 2017
Oct 23, 2019
Oct 23, 2019
Oct 23, 2019
Oct 23, 2019
May 3, 2017
Oct 23, 2019
Oct 23, 2019
Oct 23, 2019
Apr 27, 2017

Repository files navigation

ChordPro to PDF

Create your own, beautiful looking, one paged song sheets

Run the app locally

  1. Install Python
  2. Run pip install -r requirements.txt
  3. cd into the app directory
  4. (optional: create your own users)
    • Run python tabledef.py
    • Edit create_users.py with your users and passwords
    • Run python create_users.py
  5. Run python ChordProToPDF.py
  6. Access the running app in a browser at http://localhost:8080
  7. Log in (default user: admin, password: admin)
  8. Select Man of sorrows - C.rtf from the samples directory

Run app locally with docker:

  1. Install docker
  2. docker build -t chordpro .
  3. docker run -d -p 8080:80 --name chordpro --rm chordpro

About

Convert your ChordPro formatted .rtf files into beautiful PDFs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published