Metadata-Version: 2.1
Name: pacurses
Version: 0.1.1
Summary: A curses graphical interface to the PulseAudio sound system for the terminal.
Home-page: https://github.com/weilbith/pacurses
Author: Thore Weilbier
Author-email: thore@weilbier.net
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: urwid (>=2.0,<3.0)
Project-URL: Repository, https://github.com/weilbith/pacurses
Description-Content-Type: text/markdown

# Pacurses

A curses graphical interface to the
[PulseAudio](https://www.freedesktop.org/wiki/Software/PulseAudio) sound system
for the terminal.

![Main Menu](docs/screenshots/menu_main.png)
![Output Volume Menu](docs/screenshots/menu_volume_outputs.png)

## Installation

### PulseAudio

In the end, `pacurses` is only a graphical interface which is using `pacmd`
to communicate with the _PulseAudio_ daemon. Therefore make sure that both are
installed and running on your machine.

- [ArchLinux](https://wiki.archlinux.org/index.php/PulseAudio#Installation)
- [Ubuntu](https://wiki.ubuntu.com/PulseAudio)
- ...

### Pacurses

Install it globally with [pip](https://pip.pypa.io/en/stable):

```shell
$ pip install pacurses
```

Execute always the most recent version with [pipx](https://pipxproject.github.io/pipx/):

```shell
$ pipx run pacurses
```

