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

Namespaces

namespace  aliases
 
namespace  colours
 
namespace  constants
 
namespace  initialiser
 
namespace  instances
 
namespace  log_level_tracker
 
namespace  my_disp
 

Variables

 TMP = None
 

Detailed Description

# +==== BEGIN display_tty =================+
# LOGO: 
# ..@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
# .@...........................#@
# @############################.@
# @...........................@.@
# @..#######################..@.@
# @.#########################.@.@
# @.##>_#####################.@.@
# @.#########################.@.@
# @.#########################.@.@
# @.#########################.@.@
# @.#########################.@.@
# @..#######################..@.@
# @...........................@.@
# @..+----+______________.....@.@
# @..+....+______________+....@.@
# @..+----+...................@.@
# @...........................@.#
# @@@@@@@@@@@@@@@@@@@@@@@@@@@@@#.
# /STOP
# PROJECT: display_tty
# FILE: __init__.py
# CREATION DATE: 06-11-2025
# LAST Modified: 13:8:51 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.
# @file __init__.py
# @brief This file links the disp file to the module, enabling it to be imported as a module.
# /STOP
# COPYRIGHT: (c) Henry Letellier
# PURPOSE: File in charge of containing the imports to easily use the internal elements from the module.
# // AR
# +==== END display_tty =================+

Variable Documentation

◆ TMP

display_tty.src.TMP = None

Definition at line 52 of file __init__.py.