edenxio / apkutils

A library that gets infos from APK. —— ONLY PY3

Home Page:https://github.com/mikusjelly/apkutils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apkutils PyPI version GitHub license

A library that gets infos from APK.

Install and Test

$ pip install apkutils

Usage

$ python3 -m apkutils -h
usage: apkutils [-h] [-m] [-s] [-f] [-c] [-V] p

positional arguments:
  p              path

optional arguments:
  -h, --help     show this help message and exit
  -m             Show manifest
  -s             Show strings
  -f             Show files
  -c             Show certs
  -V, --version  show program's version number and exit

Reference

About

A library that gets infos from APK. —— ONLY PY3

https://github.com/mikusjelly/apkutils

License:MIT License


Languages

Language:Python 100.0%