Skip to main content

loadfx

A lightweight, zero-dependency Python terminal library for loading effects, progress bars, text effects, and interactive menus.

Install

python -m pip install loadfx

Quick start

from loadfx import Loader, TextFX, Menu
import time

print(TextFX.rainbow("LOADFX"))

with Loader("Starting", effect="dots"):
    time.sleep(2)

choice = Menu({
    "Start": "start",
    "Settings": "settings",
    "Exit": "exit"
}).show()

print(TextFX.green(f"Selected: {choice}"))

Features

  • 10+ loading/spinner effects
  • Progress bars
  • Terminal colors and formatting
  • Typing, rainbow, and gradient text
  • Banners and boxes
  • Menus from lists
  • Menus from dictionaries
  • Multiple dictionaries
  • Nested menus
  • Zero runtime dependencies

See docs/index.html for the full documentation.

License

MIT

Download files

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

Source Distribution

loadfx-1.0.0.tar.gz (4.9 kB view details)

Uploaded Source

Built Distribution

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

loadfx-1.0.0-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

Details for the file loadfx-1.0.0.tar.gz.

File metadata

  • Download URL: loadfx-1.0.0.tar.gz
  • Upload date:
  • Size: 4.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for loadfx-1.0.0.tar.gz
Algorithm Hash digest
SHA256 4741e33d7f4efec9c763c2b3e675544d3abda16847006598742a2b848f627a1e
MD5 e3dada16d105528efa68d59a2bfc923d
BLAKE2b-256 b21a23904aa51745b53f1cdce3004556918247f903bcfd74f1dee2ce9366b971

See more details on using hashes here.

Provenance

The following attestation bundles were made for loadfx-1.0.0.tar.gz:

Publisher: publish.yml on tivalsdeveloper-oss/loadfx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file loadfx-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: loadfx-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 5.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for loadfx-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8d483f8bd2fe541065a8e2b4831f66a0537eb0a972f6eb5efbc19d6656c66fb2
MD5 c6896e89068ee8a1ed64e1252ee5892b
BLAKE2b-256 bfc2e9e543771b6d4b43bd69142df8aac3fb4f8f9b098483ee8f1c31656601c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for loadfx-1.0.0-py3-none-any.whl:

Publisher: publish.yml on tivalsdeveloper-oss/loadfx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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