Project

memopri

0.0
No release in over 3 years
Low commit activity in last 3 years
This is a command line based application to use Casio's Memopri (MEP-F10). MEP-F10 is a sticker printer and it is very cheap around 5000 yen ($50). There are no nice same kinds of device which runs on Linux environemnt. You can print stickers using this software.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.6
~> 10.0

Runtime

>= 0
>= 0
 Project Readme

Memopri Command Line Utility

This gem provides a simple way to print text on a CASIO Memopri MEP-F10 label printer from Linux. The printer communicates over Wi‑Fi and this tool implements the minimal protocol required to send text labels.

Installation

$ gem install memopri

The printer must be reachable via the network. The tool depends on cairo and pango to render text.

Usage

Print standard input to the first printer found on the network:

$ echo "Hello, world" | memopri

Specify a printer by IP address:

$ echo "Label" | memopri -p 192.168.0.74

List discovered devices:

$ memopri -l

Development

This project was tested on Debian GNU/Linux with Ruby 2.1.5. Contributions are welcome.