From 46c39dd07b8347920d9bec2e8f870a0d00fae971 Mon Sep 17 00:00:00 2001 From: Kevin Rode Date: Sat, 28 Sep 2019 00:10:53 -0400 Subject: [PATCH] Spelling changes --- README.md | 8 ++++---- amt.py | 6 ++++++ 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a20a9c8..33dd4e9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/amt.py b/amt.py index 8695d51..e92edb2 100644 --- a/amt.py +++ b/amt.py @@ -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