This is a simple python script to install APK Files in given directory to your android phone.
- Download python
- Download apkinstaller.py from Release or clone this repository with
git clone https://github.com/aaxyat/Python-Apk-Installer.git - Download ADB and put apkinstaller.py in the directory containing ADB files.
- Open your command terminal and navigate to the folder containing apkinstaller.py
- run the command
python apkinstaller.py <Path To APK Files>(in linux usepython3 apkinstaller.py <Path To APK Files>)
Currently, this only works on linuxAdded a botched windows implementation.This program uses absolute path. So, you'll need to edit the script to change the filename or username.Now uses the path given by user.Currently, it is too buggy. I haven't tested it extensively.Removed as many bugs as I could find.
- Add Windows Support ✔️
- Add an interactive interface to choose the folder containing APKs. ✔️
- Test for bugs. ✔️
- Remove the need for end user to touch the script at all. ✔️
- Error Handling. ✔️
If you try installing apk with special characters and any non-English character the program will break. (Fixed)
This script was only tested in Arch linux. I have no idea how this script functions in Mac or Windows.