Skip to content

ksg97031/pyapksigner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyapksigner

pyapksigner can sign the apk file.

$ 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]

About

Easy to sign your apk with python3

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages