https://github.com/mrf345/usb-resetter-cli
usb resetting tool with simple command-line interface based on PyUSB and Click
https://github.com/mrf345/usb-resetter-cli
cli click python pyusb reset usb
Last synced: 12 months ago
JSON representation
usb resetting tool with simple command-line interface based on PyUSB and Click
- Host: GitHub
- URL: https://github.com/mrf345/usb-resetter-cli
- Owner: mrf345
- License: mpl-2.0
- Created: 2017-11-20T13:27:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-04T11:22:37.000Z (over 8 years ago)
- Last Synced: 2025-04-07T15:55:17.665Z (about 1 year ago)
- Topics: cli, click, python, pyusb, reset, usb
- Language: Python
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# usb-resetter-cli
#### basic USB resetting tool with simple command-line interface based on [PyUSB][a43ff9d9] and [Click][20250980]
[a43ff9d9]: https://github.com/pyusb/pyusb "pyusb"
[20250980]: https://github.com/pallets/click "Click"
### Run it :
#### `(with Python3.6) pip install requirements.txt && python run.py`
### Commands :
#### `python run.py --help`
#### `python run.py --list`
#### `python run.py --list --filter 3`
#### `python run.py --reset 0x5986 0x55e # idVendor and idProduct`
### Setup:
> Check out the documentation for setting up the USB drivers on:
> https://github.com/mrf345/usb-resetter