初步完成

This commit is contained in:
gfdgd xi 2021-05-27 21:38:50 +08:00
parent ef97eb936d
commit b28bb4ac20
2 changed files with 52 additions and 0 deletions

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

46
README.md Normal file
View File

@ -0,0 +1,46 @@
# uengine 运行器
#### 介绍
使用 Python3 的 tkinter 构建
测试平台UOS 家庭版)
(自己美术功底太差,图标直接用 anbox 的了)
#### 软件架构
i386 和 amd64
#### 源码安装教程
1. 安装所需依赖
```
sudo apt install python3 python3-tk git adb
```
2. 下载本程序
```
git clone https://gitee.com/gfdgd-xi/uengine-runner.git
```
3. 运行本程序
```
cd uengine-runner
chmod 777 main.py
./main.py
```
#### 使用说明
提示:
None
#### 特技