adding readme

This commit is contained in:
Michael Scalzetti 2022-10-28 15:49:46 -04:00
parent 0c0fdf68c5
commit 8c0512edf3

11
README.md Normal file
View File

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