Skip to main content

Personal-use console utilities library

Project description

TUI Utilities

Personal-use console utilities library providing styled terminal interaction, structured menus, robust input validation, formatting helpers, and Spanish-oriented user experience.

/--------------------------------------------------------------------------------------------------------/

Purpose

This library is designed for console-based applications that need:

  • Clean TUI

  • Structured Spanish-language user interaction

  • Robust validation

  • Consistent formatting

/--------------------------------------------------------------------------------------------------------/

Dependencies

Standard library modules are used where possible; only external dependencies are listed:

  • rich

  • readchar

  • requests

/--------------------------------------------------------------------------------------------------------/

Features

/--------------------------------------------------------------------------------------------------------/

Console Utilities (console)

Styled terminal interaction built on rich:

  • print(): styled print function built on rich, supporting text styles, alignment, padding, and per-segment styling.

  • input(): styled input function built on rich, supporting text styles and automatically trimming whitespaces.

  • clear_console(): clears the terminal screen.

  • wait_for_key(): pauses execution until the user presses a key.

/--------------------------------------------------------------------------------------------------------/

Structure Utilities (structure)

Tools for building structures in console applications:

  • header(): prints a styled header, consisting of a title and a separator.

  • menu(): creates interactive selection menus with automatic numbering and special options like "Go back" and "Exit".

  • table(): creates personalized tables with easy introduction of fully-styled columns and rows.

  • confirm_exit(): confirmation dialog that exits the program safely.

  • separator(): prints a fully-personalized visual separator line.

  • error_message(): displays formatted error information including:

    • Custom message

    • Exception details

    • Full traceback

/--------------------------------------------------------------------------------------------------------/

Input Validation (validation)

Interactive validation utilities for user input.

  • check_if_empty(): checks if a list is empty and displays an error screen.

  • validate_string(): ensures non-empty string input.

  • validate_integer(): validates integers (uses Continental European numeric format).

  • validate_double(): validates decimal numbers (uses Continental European numeric format).

  • validate_date(): validates date and time input (uses Day–Month–Year date format with 24-hour time).

  • validate_id(): validates Argentinian national ID numbers.

  • validate_cellphone_number(): validates cellphone numbers (uses Argentinian format).

  • validate_email(): validates e-mail addresses using an official TLDs list (from IANA's website) or syntax fallback (in case of not having an internet connection or a locally imported list of TLDs).

/--------------------------------------------------------------------------------------------------------/

Formatting Helpers (format)

Utilities for applying consistent formatting:

  • decimal_format(): applies Continental European numeric formatting.

  • id_format(): formats Argentinian national ID numbers.

  • cellphone_number_format(): formats cellphone numbers (uses Argentinian format).

/--------------------------------------------------------------------------------------------------------/

System Utilities (system)

Helpers for interacting with the operating system console environment:

  • set_window_title(): sets the console window title.

  • maximize_window(): maximizes the console window.

  • set_locale(): configures the process locale for number, date, and cultural formatting.

/--------------------------------------------------------------------------------------------------------/

Installation

pip install tui_utilities

/--------------------------------------------------------------------------------------------------------/

Update

pip install -U tui_utilities

Project details


Release history Release notifications | RSS feed

This version

1.2.5

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tui_utilities-1.2.5.tar.gz (15.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tui_utilities-1.2.5-py3-none-any.whl (14.9 kB view details)

Uploaded Python 3

File details

Details for the file tui_utilities-1.2.5.tar.gz.

File metadata

  • Download URL: tui_utilities-1.2.5.tar.gz
  • Upload date:
  • Size: 15.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for tui_utilities-1.2.5.tar.gz
Algorithm Hash digest
SHA256 8bc2ee12ba93d166969c1a910b0527b0857695fd3cb7f9e60b8e2f167627f163
MD5 8c34d9a7728018f166ed035148ae20b9
BLAKE2b-256 18dbb8f3895d2aba458974dd0d6856e1c2731d8666fb249e47d95e75fb564e32

See more details on using hashes here.

File details

Details for the file tui_utilities-1.2.5-py3-none-any.whl.

File metadata

  • Download URL: tui_utilities-1.2.5-py3-none-any.whl
  • Upload date:
  • Size: 14.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for tui_utilities-1.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 8de44ceac447cce793ef33b9a01989be7b328c98a1a9b1a7ab5bfa72c5ddd922
MD5 172da6405199892e991258bed819efe0
BLAKE2b-256 7d5600d4b04877dc5712fb926b296e362e61ecfa7a66dbf3c5b22e00196c1e64

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page