Skip to main content

Messaging for django

Project description

GitHub GitHub GitHub

AZ App Icon config

[[TOC]]

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


icon_generate(logo_path='~/logo.png', destination_directory='~/icons')

image info

If you want to move in to zip file you can use to_zip function, and also you can remove old icon generated or not with is_remove_source_directory parameters.

from appicon import to_zip


to_zip(source_directory='~/icons', destination_path='~/icons.zip', is_remove_source_directory=True)

Support

  1. iOS

  2. Android

TODO

  • Documentation

Develop

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.1a1.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

appicon-1.1.1a1-py3-none-any.whl (6.7 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