Messaging for django
Project description
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
- Documentation
Contributors
Thanks to:
- @oxcug for the update xcode 13 support.
License
The MIT License (MIT). Please see License File for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file appicon-1.1.5.tar.gz
.
File metadata
- Download URL: appicon-1.1.5.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 608540669ac4c38e3d6490940ad824065c48807a42870646e8e651f55c15a42f |
|
MD5 | a647e629f3863a1add7ec8638851436f |
|
BLAKE2b-256 | e5b61c42208c245440858c68dc39fe3ffe82f08fd413c299920884214bc0a073 |
File details
Details for the file appicon-1.1.5-py3-none-any.whl
.
File metadata
- Download URL: appicon-1.1.5-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ceb9c39bdd341c0dd30be03b30a34b9c18ea66ad53c2142e8ce22c7ea7818881 |
|
MD5 | b0f301975f9750157f305f624d2e1760 |
|
BLAKE2b-256 | 49d3782d7374a0083f4c943984982dc6aa65ecf139cad700a1dec87d373b8f2b |