From 5b3ca6c1819b2fdad79d32ba6f4ce615daac34f4 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 29 Mar 2016 16:21:44 -0700 Subject: [PATCH] Add readme --- README.MD | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 README.MD diff --git a/README.MD b/README.MD new file mode 100644 index 00000000..eae733b2 --- /dev/null +++ b/README.MD @@ -0,0 +1,33 @@ +

SabreTools

+ +

Introduction

+ +This project is a desktop port of some core features of Wizard of DATz Redux. For more information about the parent project, see here. + +

Features

+ +Currently, SabreTools consists of two main programs: DATabase and Deheader. + +DATabase +The main tool of the SabreTools suite. Performs the majority of the core features of the parent project, including the following: + +This tool can both be used with command line parameters or with the built-in text menu system. + +Deheader +A simple auxilary tool that detects and removes headers from the following systems: + + +

Contributions

+ +Any feature suggestions or code contributions are accepted. Please take the time to look over the existing code to see proper coding and documentation patterns. \ No newline at end of file