Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

professormahi/beeps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Beeps

Here I added python code to run some beeps over linux beep command.

Running

  1. First install beep command on linux
  2. Put beeps folder in $HOME/.config/
  3. Run ./beeps.py <your lovely music you want> you can change the name of the music to have more musics.

Installation

  1. Install beep command.
  2. Put beeps.py in your PATH and create symbolic like to it named beeps.
  3. Put beeps folder in $HOME/.config/
  4. Run beeps <your lovely music you want> you can change the name of the music to have more musics.

Use as an alarm

  1. Install beeps.
  2. Install at.
  3. Create an alias named alarm; alias alarm='echo "beeps alarm" | at'.
  4. Run alarm <time> to put your alarm.

List of Songs

  • aerodynamic
  • alarm
  • beveryhillscop
  • ff-victory
  • furelise
  • imperialmarch
  • mario
  • mario-victory
  • merrychristmas
  • missionimpossible
  • monkeyisland
  • mythexe
  • pacman
  • phaser
  • random
  • ring
  • sandstorm
  • songoftime
  • tetris

Need to add new songs?

  • Use BeepBox to create your song!
  • Export the song to .midi file.
  • Use mid2beep to convert song to beep command. (Use -p -q -m=<midifile> options)
  • Save the output to ~/.config/beeps as a .sh file.
  • Run beeps <your song>.

About

Linux beep music

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 99.6%
  • Python 0.4%