Skip to content

porridge/bambam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3ead2bc · Feb 20, 2021
Nov 26, 2015
Feb 25, 2014
Feb 20, 2021
Dec 31, 2020
Jan 2, 2020
Dec 8, 2016
Feb 12, 2014
Feb 20, 2021
Feb 12, 2021
Feb 19, 2021
Feb 19, 2021
Feb 19, 2021
Feb 19, 2021
Feb 19, 2021
Feb 19, 2021
Feb 19, 2021
Feb 12, 2014
Feb 20, 2021
Jul 22, 2018
Jul 14, 2018
Dec 29, 2020

Repository files navigation

Bambam is a simple baby keyboard (and gamepad) masher application that locks the keyboard and mouse and instead displays bright colors, pictures, and sounds. While OSX has great programs like AlphaBaby, the original author couldn't find anything for Linux and having wanted to learn Python for a while, Bambam was his excuse.

Bambam screenshot

Usage

Before running this application, ensure you have the following installed:

  • Python - version 3.x is recommended but version 2.7 should work too
  • Pygame

Installation

First, see if your distribution has a bambam package already. This way takes care of localized program messages and manual pages.

For example:

sudo apt install bambam
man bambam
bambam

If not, you can install it manually as follows:

  1. Download the bambam-1.1.2.zip or bambam-1.1.2.tar.gz file.
  2. Unzip bambam-1.1.2.zip or "tar zxvf bambam-1.1.2.tar.gz" to create the bambam-1.1.2 directory.
  3. Move into the 'bambam-1.1.2' directory
cd bambam-1.1.2
  1. Execute
./bambam.py

To exit, just directly type the command mentioned in the upper left-hand corner of the window. In the English locales, this is:

quit

More information is in the man page. To view it, type:

man ./bambam.6

Comments or suggestions? Any feedback is appreciated, please send it to the bambam-users forum.

Translations for this game are done on Weblate. Please help translating for your mother tongue!


This project was moved from its code.google.com location in April 2015, since that site was about to be shut down.

Note that changes (as of 2010-08-17) from the launchpad bambam fork had been merged back to this project in February 2014.