Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit d83645d

Browse files
Create README.md
1 parent a862a48 commit d83645d

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<a href="https://github.com/PCL-Community/PCL2-Python">
2+
<img src="Plain_Craft_Launcher_2/Images/icon.ico" alt="Logo" width="80" height="80">
3+
</a>
4+
5+
# PCL2-Python
6+
7+
[![Hits](https://hits.zkitefly.eu.org/?tag=https://github.com/PCL-Community/PCL2-Python)](https://hits.zkitefly.eu.org/?tag=https://github.com/PCL-Community/PCL2-Python&web=true)
8+
使用 Python 语言制作的 PCL2 仿制版本,UI 框架使用`PyQt5`,minecraft 启动框架使用`minecraft-launcher-lib`,微软登录使用`msal`(设备流)。
9+
由于作者技术不精、学业紧张,目前正在早期开发阶段徘徊。
10+
11+
## 使用
12+
13+
### 使用二进制分发版本
14+
1. 打开仓库目录。
15+
2. 下载 releases 中的二进制分发文件(`.exe`或者`.app`)。
16+
17+
### 自行编译
18+
1. 执行`git clone https://github.com/PCL-Community/PCL2-Python.git main`,将仓库克隆到本地。
19+
2. 执行`cd PCL2-Python/Plain_Craft_Launcher_2`(Windows 用户请注意正反斜杠),切换到项目包目录。
20+
3. 运行`build.cmd`(Windows)或`build_mac.sh`(MacOS),编译为可执行文件。
21+
4. 打开`PCL2-Python/Plain_Craft_Launcher_2/dist`(Windows 用户请注意正反斜杠),找到编译完成后的`Application.*`文件。
22+
> [!IMPORTANT]
23+
> 运行时会产生大量终端日志输出,并占用一些性能。
24+
> 如果电脑的性能不好,或是 Python 版本过低,请使用上一种方法。
25+
> 使用 `Nuitka` 编译。
26+
27+
## 贡献者
28+
29+
[![Contributors](https://contrib.rocks/image?repo=PCL-Community/PCL2-Python)](https://github.com/PCL-Community/PCL2-Python/graphs/contributors)

0 commit comments

Comments
 (0)