sony-headphones-control-py icon indicating copy to clipboard operation
sony-headphones-control-py copied to clipboard

🎧 Control noise-cancelling mode of your Sony headphones via CLI

Results 2 sony-headphones-control-py issues
Sort by recently updated
recently updated
newest added

Hi, it looks like a very good project and I want to try it but after installing Setup.py I run the script and it returns this error: ``` Searching for...

``` $ sony-headphones-control xx:xx:xx:xx:xx:xx noise-cancelling Searching for 04:5D:4B:EC:7C:0F... Traceback (most recent call last): File "/usr/bin/sony-headphones-control", line 4, in __import__('pkg_resources').run_script('SonyHeadphonesControl==0.1', 'sony-headphones-control') File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 667, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py",...