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

Variables

 TMP = None
 
 IDISP
 
 IDISPLAY = IDISP
 
 IDISPTTY = IDISP
 
 IDTTY = IDISP
 

Detailed Description

# +==== 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 =================+

Variable Documentation

◆ IDISP

display_tty.src.instances.IDISP
Initial value:
1= Disp(
2 TOML_CONF,
3 SAVE_TO_FILE,
4 FILE_NAME,
5)

Definition at line 45 of file instances.py.

◆ IDISPLAY

display_tty.src.instances.IDISPLAY = IDISP

Definition at line 55 of file instances.py.

◆ IDISPTTY

display_tty.src.instances.IDISPTTY = IDISP

Definition at line 61 of file instances.py.

◆ IDTTY

display_tty.src.instances.IDTTY = IDISP

Definition at line 67 of file instances.py.

◆ TMP

display_tty.src.instances.TMP = None

Definition at line 39 of file instances.py.