Skip to main content

A Python library for creating Terminal User Interfaces using curses

Reason this release was yanked:

outdated

Project description

number selector

from tuilib import tui

def main(stdscr):
    num:int = tui.number_selector(stdscr,0,0,10) #starts at 0, minimum 0, maximum 10
    tui.func_exit(stdscr)
    print(num)
tui.main(main)

list selector

from tuilib import tui
def main(stdscr):
    options = ["banana","fruit","cherry","apple"]
    choice = tui.list_selector(stdscr,options)
    tui.func_exit(stdscr)
    print("you chose",choice)
tui.main(main)

real time input

ok I fixed it anyway

from tuilib import tui
def main(stdscr):
    name:str = tui.real_time_input(stdscr,"what is yourt name?: ")
    tui.func_exit(stdscr)
    print("hello",name)
tui.main(main)

stdscr functions

same as the curses library

to install:

pip install tuilib

Project details


Download files

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

Source Distribution

tuilib-1.1.5.1.tar.gz (2.2 kB view details)

Uploaded Source

Built Distribution

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

tuilib-1.1.5.1-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

File details

Details for the file tuilib-1.1.5.1.tar.gz.

File metadata

  • Download URL: tuilib-1.1.5.1.tar.gz
  • Upload date:
  • Size: 2.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.7

File hashes

Hashes for tuilib-1.1.5.1.tar.gz
Algorithm Hash digest
SHA256 0ca4ca3c607294c9b23129d00b96158ae78fbcc89e7acf9898531fbd9919efd7
MD5 d5215005b9dc95b697461db0ed93e3e2
BLAKE2b-256 81646a4b348b12786b7c37eeff14564b8bec07254b1d7264cecb1b6ecf548013

See more details on using hashes here.

File details

Details for the file tuilib-1.1.5.1-py3-none-any.whl.

File metadata

  • Download URL: tuilib-1.1.5.1-py3-none-any.whl
  • Upload date:
  • Size: 2.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.7

File hashes

Hashes for tuilib-1.1.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f66d8c79af33c787158c37080e5419b75b7b3068ef211daa0bdcef0d27b4daa1
MD5 7b033625a843c4dc07d752f98fa5efba
BLAKE2b-256 12d693edda16f7843e2e5e1d4f1668e8e983ddd5001f7795558df08c1ebed33a

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