Skip to content

Start & Stop

project-owner edited this page Mar 3, 2024 · 8 revisions

To start PeppyMeter run the following command in the terminal:

> python3 peppymeter.py

If the current data source is 'pipe' and because of any reason the program cannot connect to the named pipe the following message will be printed out to the standard output:

cannot open pipe

The meter UI still will be displayed but it will always show volume level '0'. If this happens you should fix the problem with pipe and restart PeppyMeter.

If everything is OK you should be able to see UI with the animated meter reflecting the changing volume level.

To stop the PeppyMeter either press Ctrl-C on the keyboard or close the window where program is running.

<<Previous