add readme

This commit is contained in:
2025-06-01 21:58:38 +07:00
parent 1101d6e365
commit 25b18c3160
2 changed files with 27 additions and 1 deletions

26
README.md Normal file
View File

@@ -0,0 +1,26 @@
## 📦 Firefly APK Modifier Tool
### 🔧 Features
This tool allows you to modify an Android APK file with the following functionalities:
1. **APK Selection & Extraction (Tab 1)**
* Select your APK file.
* The tool will automatically extract its contents.
* Once extraction is complete, you can proceed to Tab 2 and Tab 3 for further modifications.
2. **Modify APK Icon and App Name (Tab 2)**
* Change the APK icon.
* Edit the app's display name (`app_name`).
3. **Change Origin Settings (Tab 3)**
* Modify the origin domain and port used by the app.
4. **Repack the APK (Back to Tab 1)**
* After all modifications are done, return to **Tab 1** and click **"Compress APK"** to rebuild the APK file.
---

View File

@@ -11,7 +11,7 @@ class ApkIconChanger:
ctk.set_default_color_theme("green") ctk.set_default_color_theme("green")
self.root = ctk.CTk() self.root = ctk.CTk()
self.root.title("SR APK Tool") self.root.title("Firefly APK Tool")
self.root.geometry("800x600") self.root.geometry("800x600")
# Thêm logo # Thêm logo