drimg

drawable image creator


Keywords
image, drawable, android, android-studio, drimg
License
MIT
Install
pip install drimg==0.0.2

Documentation

Drawable image

A package to convert images to different sizes for the development of Android applications.

Installation

Use the package manager pip to install drimage.

pip install drimg

Usage

convert one image

$ drimg file_name

Convert all images of the current directory

$ drimg -a

It is not possible to process relative paths at this time, and you must use these commands in the directory where the images are located.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT