🧪 Version 0.2.2 is our alpha release candidate. Please send us bug reports and suggestions!

Sketchingpy

Creative coding and interactive science everywhere for everyone: web, desktop, mobile, Jupyter, and more. Open source!

Reference for set_title

Indicate the title to assign the window in the operating system. This is part of the reference section.

Purpose

Indicate the human-readable string title to assign to the sketch window.

Snippet

Set the sketch title to "Sample Title" for the window managed by the operating system.
sketch.set_title('Sample Title')

Parameters

  • title: The text of the title.

Availability

Available for Sketch2DApp only.

See also