|
| 1 | +pyWinUSB |
| 2 | +======== |
| 3 | + |
| 4 | +*A simple tool written in Python, made to help with creating a bootable |
| 5 | +USB Windows drives* |
| 6 | +**Program support Windows Vista images and newer** |
| 7 | + |
| 8 | +Installation: |
| 9 | +------------- |
| 10 | + |
| 11 | +:: |
| 12 | + |
| 13 | + sudo pip install py-winusb |
| 14 | + |
| 15 | +or using source code: |
| 16 | + |
| 17 | +:: |
| 18 | + |
| 19 | + sudo ./setup.py install |
| 20 | + |
| 21 | +Running |
| 22 | +------- |
| 23 | + |
| 24 | +:: |
| 25 | + |
| 26 | + pywinusb |
| 27 | + |
| 28 | + |
| 29 | +License |
| 30 | +------- |
| 31 | + |
| 32 | +The MIT License (MIT) |
| 33 | + |
| 34 | +Copyright (c) 2015 Mateusz Bagiński |
| 35 | + |
| 36 | +Permission is hereby granted, free of charge, to any person obtaining a |
| 37 | +copy of this software and associated documentation files (the |
| 38 | +"Software"), to deal in the Software without restriction, including |
| 39 | +without limitation the rights to use, copy, modify, merge, publish, |
| 40 | +distribute, sublicense, and/or sell copies of the Software, and to |
| 41 | +permit persons to whom the Software is furnished to do so, subject to |
| 42 | +the following conditions: |
| 43 | + |
| 44 | +The above copyright notice and this permission notice shall be included |
| 45 | +in all copies or substantial portions of the Software. |
| 46 | + |
| 47 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS |
| 48 | +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 49 | +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 50 | +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
| 51 | +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
| 52 | +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
| 53 | +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 54 | + |
0 commit comments