Magnet strip reading program
Go to file
2022-10-28 15:49:46 -04:00
main.py started working towards cleaning up the card data, split the program into smaller more specialized files to improve readability 2022-10-21 22:12:07 -04:00
parse.py started working towards cleaning up the card data, split the program into smaller more specialized files to improve readability 2022-10-21 22:12:07 -04:00
read.py started working towards cleaning up the card data, split the program into smaller more specialized files to improve readability 2022-10-21 22:12:07 -04:00
README.md adding readme 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