Add Readme

v4
affggh 2023-10-23 17:56:42 +08:00
parent 5086b022a0
commit b51cad6f7d
22 changed files with 24 additions and 3 deletions

0
.gitignore vendored Executable file → Normal file
View File

0
LICENSE Executable file → Normal file
View File

23
README.md Normal file
View File

@ -0,0 +1,23 @@
# Magisk Patcher v4
`A tool to patch boot image with magisk on desktop`
# Screenshots
[](screenshots/home.png)
[](screenshots/download.png)
[](screenshots/other.png)
# Usage
## Setup python env
`pip install -r requirements`
## Run
`python magiskpatcher.py`
# Theme
`A very pretty tkinter`
***[CustomTkinter](https://customtkinter.tomschimansky.com)***
# Donate me
[](bin/wechat.png)
[](bin/alipay.png)
[](bin/zfbhb.png)

BIN
bin/alipay.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

0
bin/logo.ico Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

0
bin/logo.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

0
bin/splash.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 378 KiB

After

Width:  |  Height:  |  Size: 378 KiB

BIN
bin/wechat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
bin/zfbhb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

0
magiskpatcher.py Executable file → Normal file
View File

0
mp/__init__.py Executable file → Normal file
View File

0
mp/boot_patch.py Executable file → Normal file
View File

0
mp/magisk_logo.py Executable file → Normal file
View File

0
mp/splash.py Executable file → Normal file
View File

0
mp/ui.py Executable file → Normal file
View File

0
mp/utils.py Executable file → Normal file
View File

0
requirements.txt Executable file → Normal file
View File

2
run.bat Executable file → Normal file
View File

@ -1,3 +1,3 @@
@chcp 65001
@python mp
@python magiskpatcher.py
@pause

2
run.sh
View File

@ -1,2 +0,0 @@
#!/usr/bin/env bash
python3 ./mp

BIN
screenshots/download.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
screenshots/home.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
screenshots/other.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB