11
0
Fork
You've already forked event-parser
0
Convert event text to markdown frontmatter format
  • Python 100%
2024年03月21日 14:58:24 +01:00
.gitignore First version 2024年03月19日 19:47:31 +01:00
.python-version First version 2024年03月19日 19:47:31 +01:00
__main__.py Do not print None, improve slugify 2024年03月19日 20:24:41 +01:00
fix.py Another script to fix time offsets 2024年03月21日 14:58:24 +01:00
README.md Add README.md 2024年03月19日 19:51:57 +01:00

event-parser

This little Python script scans a file events.txt (living in the same folder as the script) and parses events in this format:

★ DD.MM. hh:mm - hh:mm ~ Title (internal)
A longer description text
.. or
★ DD.MM. hh:mm ~ Title (internal)
...
.. or
★ DD.MM. ~ Title (internal)
...

.. to separate frontmatter .md files in an output folder.

Usage

python .