Appicon
When you want to publish your app, you should provide a high-resolution app icon. App icon is the main representation of your app in users mobile devices. The process of generating app icon is different for each mobile platform. You should spend time and efforts on generating app icon in different resolutions for android and iOS. It's not a concern anymore, AZ app icon generates app icons for many different devices and resolutions on android/iOS for free. Then you can easily add the icon files to your project.
Install / Use
/learn @ali-zahedi/AppiconREADME
AZ App Icon config
[[TOC]]
Intro
When you want to publish your app, you should provide a high-resolution app icon. App icon is the main representation of your app in users mobile devices. The process of generating app icon is different for each mobile platform. You should spend time and efforts on generating app icon in different resolutions for android and iOS. It's not a concern anymore, AZ app icon generates app icons for many different devices and resolutions on android/iOS for free. Then you can easily add the icon files to your project.
Install with pip
pip install appicon
How to use it?
First of all you should be generate icons with icon_generate function.
from appicon import icon_generate
directory_path = icon_generate(logo_path='~/logo.png', destination_directory='~/icons', is_zip=False)

If you want to move in to zip file you can pass argument is_zip=True.
from appicon import icon_generate
zip_path = icon_generate(logo_path='~/logo.png', destination_directory='~/icons', is_zip=True)
Support
-
iOS
-
Android
TODO
- [X] Documentation
Contributors
Thanks to:
- @oxcug for the update xcode 13 support.
License
The MIT License (MIT). Please see License File for more information.
Related Skills
node-connect
353.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
353.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
353.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
