Displays a small “bubble” message (a tooltip-like notification) near the mouse cursor.
This function converts the provided Python arguments into a string and then shows that message.
planetcnc.bubble(args)
#! /usr/bin/env python import planetcnc # Display a bubble message near the mouse cursor. planetcnc.bubble("Hello! This is a bubble message.")