Metadata-Version: 2.4
Name: cml-launcher
Version: 1.0.0
Summary: CML - cm Minecraft Launcher - 纯代码 Minecraft 启动器
Author: cm
License: MIT
Project-URL: Homepage, https://github.com/your-repo/cml-launcher
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: minecraft-launcher-lib>=1.4.0
Provides-Extra: gui
Requires-Dist: customtkinter>=5.2.0; extra == "gui"
Requires-Dist: Pillow>=10.0.0; extra == "gui"

# CML - cm Minecraft Launcher

简洁高效的 Minecraft 启动器，基于 CustomTkinter 构建。

## 功能特性

- 账户管理（离线登录）
- 版本管理（安装/删除/选择）
- 模组管理（扫描/启用/禁用/删除）
- Modrinth 模组/光影搜索下载
- 自动 Java 检测
- 深色主题 UI

## 安装

### 方式一：pip 安装

```bash
pip install cml-launcher
```

安装后，在命令行运行：

```bash
cml
```

或使用模块方式：

```bash
python -m cml
```

### 方式二：开发模式

```bash
git clone <repo-url>
cd cml-launcher
pip install -e .
```

## 使用

安装后，运行以下命令启动：

```bash
cml
```

## 系统要求

- Python 3.8+
- Windows/Linux/macOS
- Minecraft 游戏文件（首次启动会自动下载）

## 依赖

- customtkinter >= 5.2.0
- minecraft-launcher-lib >= 1.4.0
- Pillow >= 10.0.0

## License

MIT
