Skip to content

This python code is used to generate the drawable icons for various screen sizes

Notifications You must be signed in to change notification settings

DigitalBitHub/Android-Drawable-Icon-Generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Android Drawable Icon Generator

This python code is used to geneate the drawaable icons for various screen sizes.

Requirements:

Python3

Installation link : http://docs.python-guide.org/en/latest/starting/installation/

Pillow Lib for python

You can install pillow using pip.

$ pip install Pillow

Pip installation link : https://pip.pypa.io/en/stable/installing/
Pillow installation link : http://pillow.readthedocs.io/en/latest/installation.html

Usage:

$ python3 GenerateIcons.py /path/to/icons/directory 192(Optional)<greatest_icon_resolution>

Output:

Resized images are generated within the source location of icons

About

This python code is used to generate the drawable icons for various screen sizes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%