"Easily" is a pliable word. Please explain or point me toward a net explanation link.
Thanks, Art
Sorry, the device I was using had no keypad.
There are several types of easily programmable microcontrollers for which an amazingly wide array of input and output devices are available. Perhaps the easiest is Arduino:
https://www.arduino.cc/ It will take a little time (but if you like learning, it is enjoyable time), but you can easily learn to use the thing for about anything you can imagine. Basically trivial to hook up some sensors, calculate rpm, transmit data wirelessly and display on a small (or large) alpha (or graphic) mono (or color) display (or displays). Cost is surprisingly little.
There are plenty of on-line resources, but there is a beginers book by Blum that begins by teaching you to flash an LED (and includes Ohm's law, etc., so you understand how to wire it up) (ie, output), then to take input from a button to control the LED, and at that point, you are conceptually at least half way there.
ps -- at one point I made a device to measure my engine rpm and prop shaft rpm, adjust for the gear ratio and output the "slip" (on a prior boat, I burned both gears by not realizing that my oil pressure was slightly low, but low enough to cause the gears to slip). Since my slip was zero, I did not then build in an alarm, although that would have been "easy" to do.