aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 6f89b5870aef5a1004c10312a5dd1a24f6fdd738 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Parrot Zik Applet
========

## Overview

Parrot Zik is one of the most advanced headphones in the market.
https://www.parrot.com/en/audio/parrot-zik-3

PyParrot Zik is unofficial tool that show Parrot Zik indicator on Windows and Linux.
Thanks to [@serathius](https://github.com/serathius) for Parrot Zik 2.0 support.
Thanks to [@moimadmax](https://github.com/moimadmax) for Parrot Zik 3.0 support.

## Windows Usage

![https://ci.appveyor.com/api/projects/status/7o0v6hy6fqaeulrr?svg=true](https://ci.appveyor.com/api/projects/status/7o0v6hy6fqaeulrr?svg=true)
Latest build(currently doesn't work):
https://ci.appveyor.com/project/m0sia/pyParrotZik/build/artifacts

Outdated version that supports only Zik 1.0:
http://goo.gl/dXij2t  

## Linux Usage

1. Connect Parrot Zik with standard bluetooth connection
2. Install the applet
   ```
   python setup install
   ```
3. Run the applet
   ```
   parrot_zik_tray
   ```

### Linux Requirement

Python-bluez is needed. On ubuntu based distro run

```
sudo apt-get install python-bluez python-appindicator python-beautifulsoup
```

## Mac OS Usage

Based on investigation made for pyParrotZik the excellent Parrot-Status tool was developed specially for Mac OS (https://github.com/vincent-le-normand/Parrot-Status)