Audio Control Interface
Project description
[![PyPI Version](https://img.shields.io/pypi/v/volux.svg)](https://pypi.python.org/pypi/volux/)
[![GitHub release](https://img.shields.io/github/release-pre/drtexxofficial/volux.svg)](https://GitHub.com/DrTexxOfficial/volux/releases/)
[![GitHub license](https://img.shields.io/github/license/DrTexxOfficial/volux.svg?branch=master)](https://github.com/DrTexxOfficial/volux/blob/master/LICENSE)
[![Github all releases](https://img.shields.io/github/downloads/DrTexxOfficial/volux/total.svg)](https://GitHub.com/DrTexxOfficial/volux/releases/)
[![Platform: Windows,Mac,Linux](https://img.shields.io/badge/Platform-Windows%20%7C%20Mac%20%7C%20Linux-blue.svg)](#)
Table of contents
=================
<!--ts-->
* [Volux](#volux)
* [Purpose](#purpose)
* [What does it do?](#what-does-it-do)
* [What <em>will</em> it do?](#what-will-it-do)
* [Screenshots](#screenshots)
* [Supported platforms](#supported-platforms)
* [Installation](#installation)
* [Requirements](#requirements)
* [Install via pip](#install-via-pip)
* [Install via wheel (.whl)](#install-via-wheel-whl)
* [Build from source](#build-from-source)
* [Using Volux](#using-volux)
* [Modes](#modes)
* [Volume/brightness](#volumebrightness)
* [Exit](#exit)
* [Issues and bugs](#issues-and-bugs)
<!--te-->
_( generated by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc) )_
# Volux
| BRANCH | BUILD | COVERAGE | REQUIREMENTS | ISSUES | OPEN PRs |
| --- | --- | --- | --- | --- | --- |
| Master | [![Build Status](https://travis-ci.org/DrTexxOfficial/volux.svg?branch=master)](https://travis-ci.org/DrTexxOfficial/volux) | [![codecov](https://codecov.io/gh/DrTexxOfficial/volux/branch/master/graph/badge.svg)](https://codecov.io/gh/DrTexxOfficial/volux) | [![Requirements Status](https://requires.io/github/DrTexxOfficial/volux/requirements.svg?branch=master)](https://requires.io/github/DrTexxOfficial/volux/requirements/?branch=master) | [![GitHub issues](https://img.shields.io/github/issues/DrTexxOfficial/volux.svg?branch=master)](https://GitHub.com/DrTexxOfficial/volux/issues/) | [![GitHub pull-requests](https://img.shields.io/github/issues-pr/DrTexxOfficial/volux.svg?branch=master)](https://GitHub.com/DrTexxOfficial/volux/pull/) |
| Develop | [![Build Status](https://travis-ci.org/DrTexxOfficial/volux.svg?branch=develop)](https://travis-ci.org/DrTexxOfficial/volux) | [![codecov](https://codecov.io/gh/DrTexxOfficial/volux/branch/develop/graph/badge.svg)](https://codecov.io/gh/DrTexxOfficial/volux) | [![Requirements Status](https://requires.io/github/DrTexxOfficial/volux/requirements.svg?branch=develop)](https://requires.io/github/DrTexxOfficial/volux/requirements/?branch=develop)
## Purpose
Volux is an application written in Python 3 aimed at media powerusers.
### What does it do?
Volux allows you to perform many media operations quickly using just your mouse/touchpad.
All interactions are registered when hovering over the Volux bar on your screen.
- Increase/decrease volume using scroll
- Mute/unmute using middle-click
### What _will_ it do?
Features in development / planned for development
- Brightness control via mouse wheel
- Interface customisation
### Screenshots
| Mode | State | Image |
| :---: | :---: | :---: |
| Volume (active) | active | <img src="docs/volume-active.jpg"/> |
| Volume (inactive) | inactive | <img src="docs/volume-inactive.jpg"/> |
| Mute (active) | active | <img src="docs/mute-active.jpg"/> |
| Brightness (active) | active | <img src="docs/brightness-active.jpg"/> |
### Supported platforms
<img src="docs/Platform_Windows.svg" width="14pt"/> Windows 7 or later
<img src="docs/Platform_Mac.svg" width="14pt"/> MacOS _(WIP)_
<img src="docs/Platform_Linux.svg" width="14pt"/> Linux (most distributions)
## Installation
### Requirements
| Platform | External Requirements |
| --- | --- |
| Windows | _no external requirements_ |
| Darwin (MacOS) | _no external requirements_ |
| Linux | ```$ sudo apt-get install python3-tk python3-xlib python3-dbus libasound2-dev``` |
### Installation
| Installation Method | Command/s |
| --- | --- |
| pip (as user) ***recommended!*** | ```$ pip3 install volux --user``` |
| pip (as root) | ```$ sudo pip3 install volux``` |
| wheel (.whl) (as user) | ```$ pip3 install volux-*-py3-none-any.whl --user``` |
| wheel (.whl) (as root) | ```$ sudo pip3 install volux-*-py3-none-any.whl``` |
_note: Under some linux distros all references to 'pip' must be replaced with 'pip3'. Debian is an example of this. This is often the case to prevent confusion between Python 2.7.x interpreters and Python 3.x interpreters_
### Build from source
Clone this repository:
$ git clone https://github.com/DrTexxOfficial/volux.git
Install pip requirements:
$ cd volux
$ pip3 install -r requirements.txt --user
Build:
$ python3 setup.py bdist_wheel
## Using Volux
All interactions with Volux are only valid when hovering over the bar Volux produces. This allows you to interact with Volux without loosing your ability to use your scroll bar in other applications.
### Modes
To cycle between modes in Volux, right-click the main bar. By default, a green bar signifies volume mode and a blue bar signifies brightness mode (wip).
### Volume/brightness
While in volume or brightness mode, scroll up/down to increase/decrease volume or brightness while hovering over the main bar.
### Exit
To exit Volux, double right-click the bar at any time.
## Issues and bugs
If you have any problems running Volux, please kindly post an issue to this repository. Issues can be solved much faster if you can provide:
- Your OS
- Your desktop environment (if using Linux)
- Your python version
- A Summary of issues experienced
- Any relevant screenshot/s
Volux is developed under Debian 9 Stretch (Linux) using GNOME 3.22.2 and Python 3.5. Providing you've correctly installed all dependencies, Volux is almost guranteed to work under these conditions.
Additional testing has been done under these conditions:
| Architecture | Operating System | Desktop Env | Python | Status | Notes |
| --- | --- | --- | --- | --- | --- |
| 64 bit | Debian 9 Stretch | Gnome 3.22.2 | 3.5 | Working | Development conditions |
| 64 bit | Ubuntu _ver=?_ | Gnome _ver=?_ | 3.6 | Working | |
| 64 bit | Windows 10 | N/A | 3.7 | Working | Reimplementation successful! |
| 64 bit | Mac OS | N/A | 3.x | Broken | Dependencies missing |
<br/>
[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)
[![GitHub release](https://img.shields.io/github/release-pre/drtexxofficial/volux.svg)](https://GitHub.com/DrTexxOfficial/volux/releases/)
[![GitHub license](https://img.shields.io/github/license/DrTexxOfficial/volux.svg?branch=master)](https://github.com/DrTexxOfficial/volux/blob/master/LICENSE)
[![Github all releases](https://img.shields.io/github/downloads/DrTexxOfficial/volux/total.svg)](https://GitHub.com/DrTexxOfficial/volux/releases/)
[![Platform: Windows,Mac,Linux](https://img.shields.io/badge/Platform-Windows%20%7C%20Mac%20%7C%20Linux-blue.svg)](#)
Table of contents
=================
<!--ts-->
* [Volux](#volux)
* [Purpose](#purpose)
* [What does it do?](#what-does-it-do)
* [What <em>will</em> it do?](#what-will-it-do)
* [Screenshots](#screenshots)
* [Supported platforms](#supported-platforms)
* [Installation](#installation)
* [Requirements](#requirements)
* [Install via pip](#install-via-pip)
* [Install via wheel (.whl)](#install-via-wheel-whl)
* [Build from source](#build-from-source)
* [Using Volux](#using-volux)
* [Modes](#modes)
* [Volume/brightness](#volumebrightness)
* [Exit](#exit)
* [Issues and bugs](#issues-and-bugs)
<!--te-->
_( generated by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc) )_
# Volux
| BRANCH | BUILD | COVERAGE | REQUIREMENTS | ISSUES | OPEN PRs |
| --- | --- | --- | --- | --- | --- |
| Master | [![Build Status](https://travis-ci.org/DrTexxOfficial/volux.svg?branch=master)](https://travis-ci.org/DrTexxOfficial/volux) | [![codecov](https://codecov.io/gh/DrTexxOfficial/volux/branch/master/graph/badge.svg)](https://codecov.io/gh/DrTexxOfficial/volux) | [![Requirements Status](https://requires.io/github/DrTexxOfficial/volux/requirements.svg?branch=master)](https://requires.io/github/DrTexxOfficial/volux/requirements/?branch=master) | [![GitHub issues](https://img.shields.io/github/issues/DrTexxOfficial/volux.svg?branch=master)](https://GitHub.com/DrTexxOfficial/volux/issues/) | [![GitHub pull-requests](https://img.shields.io/github/issues-pr/DrTexxOfficial/volux.svg?branch=master)](https://GitHub.com/DrTexxOfficial/volux/pull/) |
| Develop | [![Build Status](https://travis-ci.org/DrTexxOfficial/volux.svg?branch=develop)](https://travis-ci.org/DrTexxOfficial/volux) | [![codecov](https://codecov.io/gh/DrTexxOfficial/volux/branch/develop/graph/badge.svg)](https://codecov.io/gh/DrTexxOfficial/volux) | [![Requirements Status](https://requires.io/github/DrTexxOfficial/volux/requirements.svg?branch=develop)](https://requires.io/github/DrTexxOfficial/volux/requirements/?branch=develop)
## Purpose
Volux is an application written in Python 3 aimed at media powerusers.
### What does it do?
Volux allows you to perform many media operations quickly using just your mouse/touchpad.
All interactions are registered when hovering over the Volux bar on your screen.
- Increase/decrease volume using scroll
- Mute/unmute using middle-click
### What _will_ it do?
Features in development / planned for development
- Brightness control via mouse wheel
- Interface customisation
### Screenshots
| Mode | State | Image |
| :---: | :---: | :---: |
| Volume (active) | active | <img src="docs/volume-active.jpg"/> |
| Volume (inactive) | inactive | <img src="docs/volume-inactive.jpg"/> |
| Mute (active) | active | <img src="docs/mute-active.jpg"/> |
| Brightness (active) | active | <img src="docs/brightness-active.jpg"/> |
### Supported platforms
<img src="docs/Platform_Windows.svg" width="14pt"/> Windows 7 or later
<img src="docs/Platform_Mac.svg" width="14pt"/> MacOS _(WIP)_
<img src="docs/Platform_Linux.svg" width="14pt"/> Linux (most distributions)
## Installation
### Requirements
| Platform | External Requirements |
| --- | --- |
| Windows | _no external requirements_ |
| Darwin (MacOS) | _no external requirements_ |
| Linux | ```$ sudo apt-get install python3-tk python3-xlib python3-dbus libasound2-dev``` |
### Installation
| Installation Method | Command/s |
| --- | --- |
| pip (as user) ***recommended!*** | ```$ pip3 install volux --user``` |
| pip (as root) | ```$ sudo pip3 install volux``` |
| wheel (.whl) (as user) | ```$ pip3 install volux-*-py3-none-any.whl --user``` |
| wheel (.whl) (as root) | ```$ sudo pip3 install volux-*-py3-none-any.whl``` |
_note: Under some linux distros all references to 'pip' must be replaced with 'pip3'. Debian is an example of this. This is often the case to prevent confusion between Python 2.7.x interpreters and Python 3.x interpreters_
### Build from source
Clone this repository:
$ git clone https://github.com/DrTexxOfficial/volux.git
Install pip requirements:
$ cd volux
$ pip3 install -r requirements.txt --user
Build:
$ python3 setup.py bdist_wheel
## Using Volux
All interactions with Volux are only valid when hovering over the bar Volux produces. This allows you to interact with Volux without loosing your ability to use your scroll bar in other applications.
### Modes
To cycle between modes in Volux, right-click the main bar. By default, a green bar signifies volume mode and a blue bar signifies brightness mode (wip).
### Volume/brightness
While in volume or brightness mode, scroll up/down to increase/decrease volume or brightness while hovering over the main bar.
### Exit
To exit Volux, double right-click the bar at any time.
## Issues and bugs
If you have any problems running Volux, please kindly post an issue to this repository. Issues can be solved much faster if you can provide:
- Your OS
- Your desktop environment (if using Linux)
- Your python version
- A Summary of issues experienced
- Any relevant screenshot/s
Volux is developed under Debian 9 Stretch (Linux) using GNOME 3.22.2 and Python 3.5. Providing you've correctly installed all dependencies, Volux is almost guranteed to work under these conditions.
Additional testing has been done under these conditions:
| Architecture | Operating System | Desktop Env | Python | Status | Notes |
| --- | --- | --- | --- | --- | --- |
| 64 bit | Debian 9 Stretch | Gnome 3.22.2 | 3.5 | Working | Development conditions |
| 64 bit | Ubuntu _ver=?_ | Gnome _ver=?_ | 3.6 | Working | |
| 64 bit | Windows 10 | N/A | 3.7 | Working | Reimplementation successful! |
| 64 bit | Mac OS | N/A | 3.x | Broken | Dependencies missing |
<br/>
[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
volux-0.8.13.tar.gz
(15.2 kB
view details)
Built Distribution
volux-0.8.13-py3-none-any.whl
(17.1 kB
view details)
File details
Details for the file volux-0.8.13.tar.gz
.
File metadata
- Download URL: volux-0.8.13.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.8.1 pkginfo/1.2.1 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.7.0 clint/0.5.1 CPython/3.5.3 Linux/4.9.0-8-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dafca196ed6915a43d2cd396b11cdf345b7f9648ccd841c813b00c2aded590ae |
|
MD5 | 9051be67b4f75554d1bc8c4cf055361f |
|
BLAKE2b-256 | cb92a05b169bb099b82d2bd5cbb1cc0f085310ac7621c7662fc35c0ee1df81d6 |
File details
Details for the file volux-0.8.13-py3-none-any.whl
.
File metadata
- Download URL: volux-0.8.13-py3-none-any.whl
- Upload date:
- Size: 17.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.8.1 pkginfo/1.2.1 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.7.0 clint/0.5.1 CPython/3.5.3 Linux/4.9.0-8-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77f65abdd377f98339f9fca413ebaebc294b667acb8ea21907c989a6527f3853 |
|
MD5 | 23d6ff0293d78ff3b4894d26f13af0c1 |
|
BLAKE2b-256 | 92a70534dea357c7892e79562dbc131424a8eb7b08d195a698863cde5c223224 |