Metadata-Version: 2.1
Name: apk2java
Version: 0.0.2
Summary: Decompile APK to Java
Home-page: https://ci-yow.com
Author: MadSquirrel
Author-email: benoit.forgette@ci-yow.com
License: UNKNOWN
Download-URL: https://gitlab.com/MadSquirrels/mobile/apk2java
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 1 - Planning
Requires-Python: >=3.5
Description-Content-Type: text/markdown

# README



## GENERAL INFO


  Project: Lib to decompile Apk
  Contributors: MadSquirrel
  License: GNU General Public License v3.0
  Version: v1.0
  Date: 04-15-20

## GOAL

  Decompile APK to java code

## USAGE

  To use as library you just need to  
  ```python3
  import apk2java

  apk2java.decompile(<apk_path>, <directory_output>)
  ```

  To use as a program you just need to  
  ```bash
  apk2java <apk_path> <directory_to_decompiled>
  ```



## EXEMPLE

  ```python3
  import apk2java

  apk2java.decompile("my_apk.apk", "temp")
  ```

## INSTALL

  ```python3
  sudo python3 setup.py install
  sudo apk2java_setup
  ```

## BUG

## CHANGELOG



