Metadata-Version: 2.3
Name: gemini-takeout
Version: 0.1.1
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              # Creates gemini/*.chat.md
gemini-takeout ~/Downloads/Takeout output       # Creates output/*.chat.md
```

Output:
```
gemini/
├── 2025-01-15-chat-title.chat.md
├── 2025-01-20-another-chat.chat.md
└── ...
```

## Requirements

- Python 3.8+

## License

MIT
