iOS to Android Resource Renamer
Project description
[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.
[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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ios2andres-0.1.5.tar.gz
(3.4 kB
view hashes)
Built Distribution
Close
Hashes for ios2andres-0.1.5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92c78016496a4f0b3d415d7a8243ab10bd6df89f6ffe294c5fddf47faab24a19 |
|
MD5 | d05f5253de96717b574bcf567fc51d13 |
|
BLAKE2b-256 | 147b96ed25217992cd260bee8cf5212a8d5d8644c00e7ba8032ed6194fbea077 |