An open API service indexing awesome lists of open source software.

https://github.com/ksg97031/pyapksigner

Easy to sign your apk with python3
https://github.com/ksg97031/pyapksigner

apksigner python

Last synced: about 1 month ago
JSON representation

Easy to sign your apk with python3

Awesome Lists containing this project

README

          

pyapksigner
============================================================
| pyapksigner can sign the apk file.
|
.. code:: sh

$ pip install pyapksigner
$ pyapksigner --sign [apk_path]
> [signed_apk_path]
$ pyapksigner --sign --key_path="sample.jks" --key_alias="sample" --key_pass="sample_key" --ks_pass="sample_ks"
> [signed_apk_path]