module documentation

System Info - Display system information.

Function run Run the app and handle scrolling input.
Function start Start the app and show system information.
Function stop Stop the app and clean up.
Function __set_text Populate the system information text box.
Variable _system_info Undocumented
def run(view_manager):

Run the app and handle scrolling input.

Parameters
view_manager:ViewManagerThe view manager instance for display and storage access.
def start(view_manager) -> bool:

Start the app and show system information.

Parameters
view_manager:ViewManagerThe view manager instance for display and storage access.
Returns
boolTrue if the app started.
def stop(view_manager):

Stop the app and clean up.

Parameters
view_manager:ViewManagerThe view manager instance for display and storage access.
def __set_text(view_manager):

Populate the system information text box.

Parameters
view_manager:ViewManagerThe view manager instance for display and storage access.
_system_info =

Undocumented