From 8c0512edf3f8be30b05ad034c9c70b91b1fa5537 Mon Sep 17 00:00:00 2001 From: Michael Scalzetti Date: Fri, 28 Oct 2022 15:49:46 -0400 Subject: [PATCH] adding readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cca5633 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# MagRead + +MagRead is a program that reads mag strip cards using a MagTek reader using python. + +# Dependencies + +MagRead is dependant on hid, install it with: + +``` +python -m pip install hid +```