Create your own, beautiful looking, one paged song sheets
- Install Python
- Run
pip install -r requirements.txt - cd into the app directory
- (optional: create your own users)
- Run
python tabledef.py - Edit create_users.py with your users and passwords
- Run
python create_users.py
- Run
- Run
python ChordProToPDF.py - Access the running app in a browser at http://localhost:8080
- Log in (default user: admin, password: admin)
- Select Man of sorrows - C.rtf from the samples directory
- Install docker
docker build -t chordpro .docker run -d -p 8080:80 --name chordpro --rm chordpro

