Skip to content

Will change the package name of an android app programmatically (dynamically)

License

Notifications You must be signed in to change notification settings

osfunapps/os-android-package-name-changer-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Run this module to change your android app's package name externally.

Installation

Install via pip:

pip install os-android-package-name-changer

Usage

From python:

import os_android_package_name_changer.name_changer as nc;
nc.change_package_name('path/to/android/project', 'com.new.packagename')

From the command line:

python3 -c 'import os_android_package_name_changer.NameChanger as nc;nc.change_package_name("path/to/android/project", "com.new.packagename")'

Licence

MIT

About

Will change the package name of an android app programmatically (dynamically)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages