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 +```