Display TTY  1
Customise your terminal's output
Loading...
Searching...
No Matches
display_tty.__main__ Namespace Reference

Variables

 DI
 

Detailed Description

# +==== BEGIN display_tty =================+
# LOGO: 
# ..@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# .@...........................#@
# @############################.@
# @...........................@.@
# @..#######################..@.@
# @.#########################.@.@
# @.##>_#####################.@.@
# @.#########################.@.@
# @.#########################.@.@
# @.#########################.@.@
# @.#########################.@.@
# @..#######################..@.@
# @...........................@.@
# @..+----+______________.....@.@
# @..+....+______________+....@.@
# @..+----+...................@.@
# @...........................@.#
# @@@@@@@@@@@@@@@@@@@@@@@@@@@@@#.
# /STOP
# PROJECT: display_tty
# FILE: __main__.py
# CREATION DATE: 06-11-2025
# LAST Modified: 12:20:11 06-11-2025
# DESCRIPTION: 
# A module that allows you to display text with a few boilers (i.e. put your text in a square for titles). It also allows to log to the terminal by wrapping around the logging library.
# /STOP
# COPYRIGHT: (c) Henry Letellier
# PURPOSE: File in charge of allowing the module to run as a standalone python program.
# // AR
# +==== END display_tty =================+

Variable Documentation

◆ DI

display_tty.__main__.DI
Initial value:
1= Disp(
2 toml_content=TOML_CONF,
3 save_to_file=False,
4 file_name="test_run.tmp",
5 file_descriptor=None
6 )

Definition at line 42 of file __main__.py.