New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

appicon

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appicon

Messaging for django

  • 1.1.5
  • PyPI
  • Socket score

Maintainers
1

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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc