devcon_win - interact with devcon.exe in NT systems
Project description
With devcon_win, you can access all functions of devcon.exe. In addition, you can see all available drivers as a function. Originally it was created to simply enable/disable device drivers using python.
See below for more details.
$ pip install devcon_win
import devcon_win
# To display status
print(devcon_win.HP_TrueVision_HD())
# Or
print(devcon_win.HP_TrueVision_HD('status'))
# To change status
print(devcon_win.HP_TrueVision_HD('enable')) # will show options after 'devcon_win.'
P.S: list of examples of devcon commands are present here.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size devcon_win-0.2.4.2.tar.gz (4.0 kB) | File type Source | Python version None | Upload date | Hashes View |