MagRead/README.md

12 lines
193 B
Markdown
Raw Permalink Normal View History

2022-10-28 15:49:46 -04:00
# 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
```