Just wanted to show off a small project I made for my Raspberry Pi and a bar code scanner. It's designed to work with the BreweryDB web API, and uses the UPC labels found on beer bottles to keep track of inventory in a MySQL database. I based the design off the HymasWood Kegerface and original Kegerface projects. The project is written in PHP, and uses a MySQL database back-end.
Below is a quick screen shot of what the interface looks like:
Code and details can be grabbed from my GitHub repo:
https://github.com/infiniterecursion/bradsbeercellar
I know it may be a little rough around the edges, so I'd love to hear any comments or feedback anyone might have.