Skip to content
/ mehrp Public

Easily play the 'merph' beep sound from Golden Eye in your terminal.

License

Notifications You must be signed in to change notification settings

c0yote/mehrp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

from mehrp import mehrp

mehrp(3)
# merhp sounds 3 times

Play mehrps during an input() builtin call:

from mehrp import mehrp_until_input

value = mehrp_until_input()
# merhps until user input

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

About

Easily play the 'merph' beep sound from Golden Eye in your terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages