Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osfunapps/os_android_strings_importer-py
This module will import an xlsx file (made by os_android_strings_extractor) and convert it to an Android strings.xml file
https://github.com/osfunapps/os_android_strings_importer-py
android automation excel osfunapps python strings tools translate translations utils xls xlsx xml
Last synced: 27 days ago
JSON representation
This module will import an xlsx file (made by os_android_strings_extractor) and convert it to an Android strings.xml file
- Host: GitHub
- URL: https://github.com/osfunapps/os_android_strings_importer-py
- Owner: osfunapps
- License: mit
- Created: 2019-07-14T11:30:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-14T11:32:59.000Z (over 5 years ago)
- Last Synced: 2024-11-11T09:52:28.643Z (about 2 months ago)
- Topics: android, automation, excel, osfunapps, python, strings, tools, translate, translations, utils, xls, xlsx, xml
- Language: Python
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Introduction
------------
This project's aim is to translate back the xlsx file made in
[os_android_strings_extractor-py](https://github.com/osfunapps/os_android_strings_extractor-py) to a strings.xml file you can use on your Android project.## Installation
Install via pip:pip install os_android_strings_importer
## Usage
Just point to the .xlsx file and add the output directory:import os_android_strings_importer.StringsImporter as si
si.run('/path/to/xlsx/file.xlsx', '/path/to/output/dir')## Links
[os_android_strings_extractor-py](https://github.com/osfunapps/os_android_strings_extractor-py) -> turn the strings.xml file to a helpful xlsx file and send it to translators.## Licence
MIT