|
TTY OV
1
A cross platform python terminal
|
Data Structures | |
| class | TTY |
# +==== BEGIN tty_ov =================+ # LOGO: # ..@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ # .@...........................#@ # @############################.@ # @...........................@.@ # @..#######################..@.@ # @.#########################.@.@ # @.##>_#####################.@.@ # @.#########################.@.@ # @.#########################.@.@ # @.#########################.@.@ # @.#########################.@.@ # @..#######################..@.@ # @...........................@.@ # @..+----+______________.....@.@ # @..+....+______________+....@.@ # @..+----+...................@.@ # @...........................@.# # @@@@@@@@@@@@@@@@@@@@@@@@@@@@@#. # /STOP # PROJECT: tty_ov # FILE: tty_ov.py # CREATION DATE: 11-02-2026 # LAST Modified: 19:38:51 11-02-2026 # DESCRIPTION: # A module that emulates a few core functionalities of a tty (see the inner help for a list of functions). # /STOP # COPYRIGHT: (c) Henry Letellier # PURPOSE: This is the main implementation of the terminal and it's interraction, was coded in a week so the structure differs from my other python modules or more recent code. # // AR # +==== END tty_ov =================+