Metadata-Version: 2.3
Name: flomo-takeout
Version: 0.1.0
Summary: Convert flomo HTML export to monthly Markdown files
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# flomo-takeout

Convert [flomo](https://flomoapp.com/) HTML export to monthly Markdown files.

## Install

```bash
pip install flomo-takeout
```

## Usage

```bash
flomo-takeout export.zip              # Creates flomo/*.md
flomo-takeout export.zip output       # Creates output/*.md
```

Output:
```
flomo/
├── 2021-05.md
├── 2025-11.md
├── 2025-11.assets/
│   └── audio_record.m4a
├── 2026-02.md
└── ...
```

Same-day memos are grouped under a single `## YYYY-MM-DD` heading, separated by blank lines.

## Requirements

- Python 3.8+

## License

MIT
