12 lines
193 B
Markdown
12 lines
193 B
Markdown
# 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
|
|
```
|