Spelling changes

This commit is contained in:
Kevin Rode 2019-09-28 00:10:53 -04:00
parent 09c77c36b6
commit 46c39dd07b
2 changed files with 10 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# Android-Mobile-Toolkit
This is the beggining of a program to root and extract data from android devices using adb
This is the beginning of a program to root and extract data from android devices using adb
# Features
Automatically detect the correct version of TWRP for a plugged in device
# To-Do
Impliment a menu system\
Impliment Fastboot and Magisk compatability to root a device\
Impliment utilities to pull and process app data
Implement a menu system\
Implement Fastboot and Magisk compatibility to root a device\
Implement utilities to pull and process app data

6
amt.py
View File

@ -1,3 +1,9 @@
#amt.py
"""
Code to interact with an android device using ADB
Written by Kevin Rode
Last Updated Sep 27 2019
"""
import adbutils
import os
import re