What should I do if I want to call command like terminal(ubuntu) from python 2.7 so I want to use nfc-mfclassic which it able to use in terminal of ubuntu...Someone can help me to use that in python please..
I run this thing :nfc-mfclassic r a dumptest.mfd in terminal (Ubuntu)
Usage: nfc-mfclassic r|w a|b <dump.mfd> [<keys.mfd>]
r|w - Perform read from (r) or write to (w) card
a|b - Use A or B keys for action
<dump.mfd> - MiFare Dump (MFD) used to write (card to MFD) or (MFD to card)
<keys.mfd> - MiFare Dump (MFD) that contain the keys (optional)
Or: nfc-mfclassic x <dump.mfd> <payload.bin>
x - Extract payload (data blocks) from MFD
<dump.mfd> - MiFare Dump (MFD) that contains wanted payload
<payload.bin> - Binary file where payload will be extracted