Browse Source

update readme again

master
Ivan Holmes 5 years ago
parent
commit
f0a765507c
  1. 4
      README.md

4
README.md

@ -1,5 +1,4 @@
# Chordsheet # Chordsheet
---
Chordsheet is a piece of software that generates a chord sheet, with a simple GUI. Chordsheet is a piece of software that generates a chord sheet, with a simple GUI.
It can load and save chordsheets in its own XML-based format, and can save them in PDF format for printing. It can load and save chordsheets in its own XML-based format, and can save them in PDF format for printing.
@ -9,11 +8,9 @@ I wrote Chordsheet because no other software offered what I was looking for. I d
Chordsheet works on a system of blocks, each with a certain length. Blocks may have an assigned chord, or additional information. These blocks can then be ordered and the output generated. Chordsheet works on a system of blocks, each with a certain length. Blocks may have an assigned chord, or additional information. These blocks can then be ordered and the output generated.
## Current status ## Current status
---
Chordsheet is alpha-grade software. At present, the program will crash readily given user input it doesn't expect. Chordsheet is alpha-grade software. At present, the program will crash readily given user input it doesn't expect.
### Limitations ### Limitations
---
- No support for multiple pages - No support for multiple pages
- Only guitar chords can be entered and shown - Only guitar chords can be entered and shown
- No support for lyrics or melody (use something else!) - No support for lyrics or melody (use something else!)
@ -22,6 +19,5 @@ Chordsheet is alpha-grade software. At present, the program will crash readily g
- Poor font handling (choice of either FreeSans or Helvetica Neue if installed) - Poor font handling (choice of either FreeSans or Helvetica Neue if installed)
## Dependencies ## Dependencies
---
Chordsheet depends on pymupdf (to show the preview), reportlab (to generate the PDF), and PyQt5 (for the GUI). Chordsheet depends on pymupdf (to show the preview), reportlab (to generate the PDF), and PyQt5 (for the GUI).
Also, a font that supports musical symbols is required. A copy of FreeSans is bundled (in the fonts folder). Also, a font that supports musical symbols is required. A copy of FreeSans is bundled (in the fonts folder).
Loading…
Cancel
Save