# Python Minecraft Launcher

![bilibili:UID603295105;](https://img.shields.io/badge/BiliBili-UID603295105-00aeec?logo=bilibili\&style=flat-square) ![Github: e2662020;](https://img.shields.io/badge/GitHub-e2662020-25292e?logo=github\&style=flat-square) ![gitee: e2662020;](https://img.shields.io/badge/Gitee-e2662020-fe7300?logo=gitee\&style=flat-square)

## 警告

本程序并未公布正式版，如果您是体验者，请在克隆后将约等于48行的debug = True改为debug = False

这样可以关闭开发者模式

## 视频介绍

[b站](https://www.bilibili.com/video/BV1Yt4y1c7WF)

## 使用方法

### 依赖

| 库名                       | 安装方法                                |
| ------------------------ | ----------------------------------- |
| python                   | 见下                                  |
| logging                  |                                     |
| sys                      |                                     |
| os                       |                                     |
| PySide6                  | pip3 install PySide6                |
| docopt                   | pip3 install docopt                 |
| minecraft\_launcher\_lib | pip3 install minecraft-launcher-lib |
| subprocess               |                                     |
| webbrowser               |                                     |
| typing                   | pip3 install typing                 |
| IPython                  | pip3 install ipython                |
| time                     |                                     |
| requests                 | pip3 install requests               |

***

### 安装Python

如果您使用ubuntu系统

```
sudu apt-get python3
```

如果您使用centos系统

```
sudo yum -y install python3
```

如果您使用的是linux桌面发行版

[Download Python | Python.org](https://www.python.org/downloads/)

如果您使用macos系统

brew安装

```
brew install python3
```

pkg安装

[Download Python | Python.org](https://www.python.org/downloads/)

如果您使用的是Windows系统

[Download Python | Python.org](https://www.python.org/downloads/)

### 命令

您可以通过 python3 mine.py help查看更多

### 开发文档

[ReadtheDocs](https://python-minecraft-luncher.readthedocs.io/zh_CN/latest/index.html)

[GitBook](https://e2662020s-organization.gitbook.io/pythonminecraftlauncher/)

[GitHubWiki](https://github.com/e2662020/Python-Minecraft-Luncher/wiki)

[Office](https://1drv.ms/w/s!AkQCjlWvIVpVgxjOkJYBDeMWc3OS?e=j2An3c)

## 开发者请看

### 提交守则

提交是github充满活力的重要一环，但是正确提交同样重要。与常规提交不同，push之后我们会截拦您的请求，并进行审核。由于精力有限，一般提交会在3-4周处理。在提交的同时需要提交一份issue说明书。以便我们了解你的改动内容，作用。如有在5周您的commit或issue并未的到管理员回复，可以标记紧急以供查看。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://e2662020s-organization.gitbook.io/pythonminecraftlauncher/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
