Simple programme generator
Project description
programme is a program that writes programmes.
This isn’t really intended for general use. It’s something I put together so someone I know could make nice-ish music-recital programmes, without having to manually futz with word processor layouts. But if you run across it on pypi, you’re welcome to use it.
Quick Start
Install Python 3, pip, and programme itself, if they’re not already present. The commands will differ by OS; this example is for Mint, Ubuntu, and other Debian-based systems:
sudo apt install python3-pip pip3 install ajv.programme
Now generate a blank performer file, as follows:
programme --init > performers.tsv
Open performers.tsv in your spreadsheet program of choice. It may prompt you for import settings; the only relevant one is the delimiter, which should be a tab.
Fill in the columns on the spreadsheet. Anything left blank will be ignored. Save when done. Then:
programme performers.tsv output.html
That’s it. Open output.html and you should get something usable. If you specified images in the tsv file, and if those files are present in the same directory, they’ll be included in the output as portraits.
You can run programme --help to see additional options.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for ajv.programme-0.3.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b76e21e248819d9eee32f05051caa84e36c204bb2ec2bb022b9ca7915e82abdc |
|
MD5 | 09cbb303dc9f8530a886b4794fd90557 |
|
BLAKE2b-256 | bc4667d52b455d91d8c545a33786fb48d3f652e3978152d1c186cc53e0f30bf5 |