This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import usb.core | |
| import usb.util | |
| import struct | |
| import time | |
| import argparse | |
| from Crypto.Cipher import DES | |
| from PIL import Image | |
| import time | |
| import subprocess | |
| from pathlib import Path |