Home / Learn / Screen
This page contains only human-written content, no AI-generated text.

Screen

Screen (source code) is a terminal multiplexer implementation often used during Python development on Linux and macOS operating systems. Screen makes it easier for programmers to use many shells within a single terminal window while developing their applications.

Screenshot of the Screen program.

Screen is an implementation of the terminal multiplexers concept. Learn more in the development environments chapter or view the table of contents for all topics.

Screen resources