Digital songbook maker.
Project description
# make-songbook
> make-songbook builds a ePub to bring your songs and tablatures into an eInk reader
Your library has to be structured by artist and by song.
Example:
```plain
.
├── Mark Lanegan
│ ├── The Cherry tree Carol.txt
└── The Rolling Stones
├── Brown Sugar.txt
└── Sympathy for the Devil.txt
```
Running `make-songbook` will produce a single ePub containing all songs in that folder including a table of contents.
Example:
```bash
make-songbook MyLibrary
```
The songbook will be located at the root of your song library (inside `MyLibrary` for the given example).
> For simplicity reasons, only ePub format is currently supported. There is no plan to support any other format for now.
> If you need to use another format, you may use [Calibre](https://calibre-ebook.com/) that is able to convert your ePub
> to many other formats (mobi, azw3 or even PDF).
> make-songbook builds a ePub to bring your songs and tablatures into an eInk reader
Your library has to be structured by artist and by song.
Example:
```plain
.
├── Mark Lanegan
│ ├── The Cherry tree Carol.txt
└── The Rolling Stones
├── Brown Sugar.txt
└── Sympathy for the Devil.txt
```
Running `make-songbook` will produce a single ePub containing all songs in that folder including a table of contents.
Example:
```bash
make-songbook MyLibrary
```
The songbook will be located at the root of your song library (inside `MyLibrary` for the given example).
> For simplicity reasons, only ePub format is currently supported. There is no plan to support any other format for now.
> If you need to use another format, you may use [Calibre](https://calibre-ebook.com/) that is able to convert your ePub
> to many other formats (mobi, azw3 or even PDF).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
make-songbook-0.0.1.tar.gz
(5.6 kB
view details)
File details
Details for the file make-songbook-0.0.1.tar.gz
.
File metadata
- Download URL: make-songbook-0.0.1.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.10.0 pkginfo/1.2.1 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b6fccc9269f4d88172a4e8ba993a5efd10e4f279f16cec650050f3720326ec4 |
|
MD5 | c17eea6089d27022b43c0a172ff2736b |
|
BLAKE2b-256 | 04b1d260078c2ce95399daccc8a98b6e1e42f8ebf0cae6083271721c0326c81c |