mehrp

Easy beeping (merhp) from the terminal.


Keywords
beep, notification
License
MIT
Install
pip install mehrp==0.0.1

Documentation

mehrp

The mehrp package allows you to easily play the "mehrp" heard from Boris's terminal in the classic action film Golden Eye.

Times you might wish for your terminal to "merhp" at you include:

  • When a long process finishes.
  • When an error occurs.
  • When important input is required.
  • To dramatically notify you that you're "in".

Try the Demo

> pip install mehrp
> mehrp

Example Usage

Play a number of merhps while blocking:

mehrp(3)
# merhp sounds 3 times

Play mehrps during an input() builtin call:

value = mehrp_until_input()
# merhps until user input

value = mehrp_until_input('>')
# same as above, but with a prompt