#cli #guess #neopets #marrow

app mguesser

Provides a guess for the game Guess the Weight of the Marrow on both Neopets and virtu.pet

2 releases

Uses new Rust 2024

new 0.1.1 May 22, 2025
0.1.0 May 22, 2025

#632 in Command line utilities

Download history

52 downloads per month

Apache-2.0

10KB

mguesser

mquesser is a command-line utility that prints a guess for the Neopets and virtu.pet game Guess the Weight of the Marrow.

Usage

You are meant to use mguesser with a command-line clipboard utility. You can then paste the output into the form on the website.

Unix (Linux, BSD) systems with Wayland

mguesser -n | wl-copy # retail Neopets
mguesser -v | wl-copy # virtu.pet

Unix (Linux, BSD) systems with X11

xsel

mguesser -n | xsel # retail Neopets
mguesser -v | xsel # virtu.pet

xclip

mguesser -n | xclip # retail Neopets
mguesser -v | xclip # virtu.pet

macOS

mguesser -n | pbcopy # retail Neopets
mguesser -v | pbcopy # virtu.pet

Documentation

See the man page for more details.

Dependencies

~1.5–2.4MB
~42K SLoC