text_advanced
-
text_advanced.inputs.selector(prompt: object = '', selected_prompt: object = 'Selected Option')
-
class text_advanced.format.FormatStr
-
color: Color | None = None
-
style: Style | None = None
-
value: str
-
class text_advanced.format.TerminalDictFormat(dicts: list[FormatStr])
-
get_formatted()
-
get_values()
-
print_formatted()
-
print_values()
-
class text_advanced.format.TerminalStrFormat(string: str)
-
get_formatted()
-
get_values()
-
print_formatted()
-
print_values()