soum-io / USB-Charge-Only

A Windows application that allows the user to disable/enable USB devices connected to their computer without having to remove them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USB-Charge-Only

A Windows application that allows the user to disable/enable USB devices connected to their computer without having to remove them.

Video demonstrating how to use the application.

Prerequisites

Getting Started

Create a python virtual environment on your machine, and clone this repository to it. Run the following in your shell to install the required python modules:

pip install -r requirements.txt

To run the application, either run "USB Charge Only.exe", or run the python file in your shell:

C:\path_to_folder> "USB Charge Only.py"

Built With

  • QtPY5 - Framework for GUI
  • USBDeview - Application that helps with enabling and disabling USB Devices
  • USBTreeView - Application that shows USB structure of computer

Contributing

Make a PR!

Authors

  • Michael Shea

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A Windows application that allows the user to disable/enable USB devices connected to their computer without having to remove them.

License:MIT License


Languages

Language:Python 100.0%