Skip to main content

Messaging for django

Project description

GitHub GitHub GitHub

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)

image info

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

  1. iOS

  2. Android

TODO

  • Documentation

Contributors

Thanks to:

  1. @oxcug for the update xcode 13 support.

License

The MIT License (MIT). Please see License File for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

appicon-1.1.5.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

appicon-1.1.5-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page