ScottKirvan / OL2Cal

Parse One-Liner PDF into a calendar importable format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Munges a pdf One Line Schedule into a calendar importable format.

usage: OL2Cal.py [-h] [-d] [-v] [-o OUTFILE] [-f {FAM2,FAM1}] infile

Process one-liner into Google Calendar CSV

positional arguments:
  infile                input filename (pdf)

optional arguments:
  -h, --help            show this help message and exit
  -d                    print pdf contents and exit
  -v                    verbose mode
  -o OUTFILE            output file
  -f {FAM2,FAM1}, --format {FAM2,FAM1}
                        Oneliner format specifier

Examples:

see Makefile

About

Parse One-Liner PDF into a calendar importable format

License:MIT License


Languages

Language:Python 93.6%Language:Makefile 6.4%