Metadata-Version: 2.3
Name: gemini-takeout
Version: 0.1.0
Summary: Convert Google Gemini chats to Markdown
Requires-Python: >=3.8
Project-URL: Repository, https://github.com/mefengl/gemini-takeout
Description-Content-Type: text/markdown

# gemini-takeout

Convert Google Gemini chats to Markdown.

## Install

```bash
pip install gemini-takeout
```

## Usage

```bash
gemini-takeout ~/Downloads/Takeout
```

Or specify output directory:

```bash
gemini-takeout ~/Downloads/Takeout ./my-gemini-chats
```

## How to export

1. Go to [Google Takeout](https://takeout.google.com/)
2. Select "My Activity" → "Gemini Apps"
3. Export and download the zip
4. Unzip and run this tool

## Output

- `*.chat.md` - One markdown file per chat/canvas
- Attached files (mp3, etc.) are copied alongside
