example code
from src.core.addon_register import Entry
def main():
from tkinter import Toplevel
from src.core import utils
# project_name
from src.tkui.tool import project_manger
from src.tkui.tool import current_project_name # This variable must import after tool inited.
print(f'Project name:{current_project_name.get()}')
print(f'Project path:{project_manger.get_work_path(current_project_name.get())}')
print(f'Project work path(include images, unpacked folders):{project_manger.current_work_path()}')
print(f'Project work output path(include repacked images):{project_manger.current_work_output_path()}')
print(f'Projects:{" ".join(project_manger.get_projects())}')
# check if the tool inited
from src.core.utils import states
print(f'The tool is init state is {states.inited}')
# run command or binaries
from src.core.utils import call
command = ['mkfs.erofs', '--help']
print(f'Run {command}')
ret=call(command)
print(f'exit code:{ret}')
# run without output
ret = call(command, out=False)
print(f'exit code:{ret}')
# run my own commands
command = ['curl', '--help']
ret = call(command, extra_path=False)
print(f'Run {command}')
print(f'exit code:{ret}')
ck = Toplevel()
ck.title("Created by Plugin")
entrance = {Entry.main: main}
composeApp-release.apk
41.4 MB
image studio is an non-root Android kitchen,developed by ColdwindScholar and suqi8
Its test version,plugin not ready for now and developing
follow @mio_android_kitchen
update channel @mio_android_kitchen
Its test version,plugin not ready for now and developing
follow @mio_android_kitchen
update channel @mio_android_kitchen
❤6
composeApp-release.apk
41.4 MB
add Russian(new) by @AgentSheld 🫡
Fix setting fc
Fix unpack Super (sure)
Fix Task Dialog Disappear,but plugin not ready for now and developing
follow @mio_android_kitchen
update channel @mio_android_kitchen
Fix setting fc
Fix unpack Super (sure)
Fix Task Dialog Disappear,but plugin not ready for now and developing
follow @mio_android_kitchen
update channel @mio_android_kitchen
composeApp-release.apk
32.9 MB
added Indonesia by @Mi8917 ❤️
Fix unpack diglog missing buttons
but plugin not ready for now and developing
follow @mio_android_kitchen
update channel @mio_android_kitchen
Fix unpack diglog missing buttons
but plugin not ready for now and developing
follow @mio_android_kitchen
update channel @mio_android_kitchen
composeApp-release.apk
33.2 MB
[Languages]
add spanish
add ukrainian
add turkish
[Features]
add "Set part size" for ext4
support included in mt manager
impl simple plugin exec
follow @mio_android_kitchen
update channel @mio_android_kitchen
add spanish
add ukrainian
add turkish
[Features]
add "Set part size" for ext4
support included in mt manager
impl simple plugin exec
follow @mio_android_kitchen
update channel @mio_android_kitchen
👍3
https://github.com/ColdWindScholar/ImageStudio_languages
Do u wanna translate ImageStudio to ur Language?Just send us pr!
Do u wanna translate ImageStudio to ur Language?Just send us pr!
GitHub
GitHub - ColdWindScholar/ImageStudio_languages: Languages files for ImageStudio
Languages files for ImageStudio. Contribute to ColdWindScholar/ImageStudio_languages development by creating an account on GitHub.
👍4
composeApp-release.apk
32.6 MB
[Languages]
update indonesia
[Features]
add brotli level silder
add dat version silder
fix plugin exec
follow @mio_android_kitchen
update channel @mio_android_kitchen
update indonesia
[Features]
add brotli level silder
add dat version silder
fix plugin exec
follow @mio_android_kitchen
update channel @mio_android_kitchen
👍1
composeApp-release.apk
32.6 MB
[Features]
Add xiaomiLogo repack and unpack(3)
follow @mio_android_kitchen
update channel @mio_android_kitchen
Add xiaomiLogo repack and unpack(3)
follow @mio_android_kitchen
update channel @mio_android_kitchen
👍3
composeApp-release.apk
32.6 MB
[Languages]
add portuguese
[Features]
add UPDATE.APP unpack
follow @mio_android_kitchen
update channel @mio_android_kitchen
add portuguese
[Features]
add UPDATE.APP unpack
follow @mio_android_kitchen
update channel @mio_android_kitchen
❤5
Do u like ImageStudio?
Anonymous Poll
25%
No, Its just a garbage in my eyes.
20%
Not Sure.
55%
Yes,I like it.
👍1