Metadata-Version: 2.0
Name: ios2andres
Version: 0.1.6
Summary: iOS to Android Resource Renamer
Home-page: https://github.com/jordanjoz1/ios2androidres
Author: Jordan Jozwiak
Author-email: support@jozapps.com
License: MIT
Keywords: android resources ios convert
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python

[travis-url]: http://travis-ci.org/#!/jordanjoz1/ios2androidres
[travis-build-image]: https://secure.travis-ci.org/jordanjoz1/ios2androidres.svg

[coveralls-url]: https://coveralls.io/r/jordanjoz1/ios2androidres
[coveralls-image]: https://coveralls.io/repos/jordanjoz1/ios2androidres/badge.svg

[pypi-url]: https://badge.fury.io/py/ios2androidres
[pypi-image]: https://badge.fury.io/py/ios2androidres.svg

[downloads-url]: https://pypi.python.org/pypi/ios2androidres/
[downloads-image]: https://img.shields.io/pypi/dm/ios2androidres.svg

[codeclimate-url]: https://codeclimate.com/github/jordanjoz1/ios2androidres
[codeclimate-image]: https://codeclimate.com/github/jordanjoz1/ios2androidres/badges/gpa.svg

[![Travis build image][travis-build-image]][travis-url]
[![Coverage Status][coveralls-image]][coveralls-url]
[![PyPi version][pypi-image]][pypi-url]
[![PyPi download count image][downloads-image]][downloads-url]
[![Code Climate][codeclimate-image]][codeclimate-url]


ios2androidres
===========================
Rename and move iOS image resources so they work for Android.

![Before and after](art/before_after.png)


## Getting started

```bash
pip install ios2andres
```

## Usage

>From the directory that contains the iOS image files simply run

```
ios2andres
```

By default, this creates output directories in the current folder. You can change this output directory to be your current project's directory.

```
ios2andres --output /Path/to/project/app/src/main/res/
```

### Options

#### -h, --help
Prints help message.

#### --input
Location of the iOS formatted files to be moved and renamed to Android formatted resources.

#### --output
Output directory path (directory will be created automatically). Like, `/Path/to/project/app/src/main/res/`

By default creates drawable directories in the current working directory.

#### --prefix
Prefix some text, like "ic_" to all files.


## Release History
* 2017-02-05   v0.1.0   Initial release

## License

See the [LICENSE](LICENSE) file for license rights and limitations (MIT).

CHANGELOG
=======


0.1.0 (2017-02-05)
------------------

-  Initial release.

