|
Display TTY
1
Customise your terminal's output
|
Variables | |
| TMP = None | |
| IDISP | |
| IDISPLAY = IDISP | |
| IDISPTTY = IDISP | |
| IDTTY = IDISP | |
# +==== BEGIN display_tty =================+ # LOGO: # ..@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ # .@...........................#@ # @############################.@ # @...........................@.@ # @..#######################..@.@ # @.#########################.@.@ # @.##>_#####################.@.@ # @.#########################.@.@ # @.#########################.@.@ # @.#########################.@.@ # @.#########################.@.@ # @..#######################..@.@ # @...........................@.@ # @..+----+______________.....@.@ # @..+....+______________+....@.@ # @..+----+...................@.@ # @...........................@.# # @@@@@@@@@@@@@@@@@@@@@@@@@@@@@#. # /STOP # PROJECT: display_tty # FILE: instances.py # CREATION DATE: 06-11-2025 # LAST Modified: 12:26:43 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 containing initialised instances that can be used on the go without the calling program having to initialise it themself. # // AR # +==== END display_tty =================+
| display_tty.src.instances.IDISP |
Definition at line 45 of file instances.py.
| display_tty.src.instances.IDISPLAY = IDISP |
Definition at line 55 of file instances.py.
| display_tty.src.instances.IDISPTTY = IDISP |
Definition at line 61 of file instances.py.
| display_tty.src.instances.IDTTY = IDISP |
Definition at line 67 of file instances.py.
| display_tty.src.instances.TMP = None |
Definition at line 39 of file instances.py.