os-android-shadow-streamer

This module will stream, on the fly, 9patch shadow to a running Android device


Keywords
python, osfunapps, android, osApps
License
MIT
Install
pip install os-android-shadow-streamer==1.0

Documentation

Introduction

This module aim is to stream each new generated 9patch shadow file to a connected Android device, using adb, to find the optimal shadow to suit your needs.

This library is a part of a bigger project.

Installation

Install via pip:

pip install os_android_shadow_streamer

Usage

To stream shadow files to your Android device, connect your Android device to adb and run:

from os_android_shadow_streamer import shadow_streamer

shadow_streamer.stream_shadows_directory("my/shadows/dir")

Links

osapps-shadow4android -> A library to stream shadow changes in Android views

Licence

MIT