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.2.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.2-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tuilib-1.1.5.2.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.2.tar.gz
Algorithm Hash digest
SHA256 cb1ecc0df9dcae44456fcb3807224c4f0d3e322769fe035146497f944fafe223
MD5 39ec96885d673544ad20f4d41f51243c
BLAKE2b-256 d0af676e53201b08601210ead2382243639b4b735077811838a4ffec23b86f83

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tuilib-1.1.5.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d93ce2ace61ec2523cb35d34141dbb148bb614d0eb0176b1d26dabea65eed68a
MD5 73574e15f499b33965a78f7fb504a0f0
BLAKE2b-256 873112f1f5e135618b767d8ce2dfdee8f20d6e3c51f0c8c0fe4c657a2118e035

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