Ecosyste.ms: Awesome
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: 27 days ago
JSON representation
Easy to sign your apk with python3
- Host: GitHub
- URL: https://github.com/ksg97031/pyapksigner
- Owner: ksg97031
- License: mit
- Created: 2019-07-12T08:03:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T08:16:55.000Z (over 5 years ago)
- Last Synced: 2024-09-20T04:37:18.829Z (2 months ago)
- Topics: apksigner, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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]