Skip to main content

TView-based Golang TUI creation language (whatever that is)

Project description

TVIEWLANG

Create a ready-to-run Go program for TUI-based applications, quicker than a blink.

Requirements

go get github.com/rivo/tview

Sample code and output

Sample code

Form with single input

<main( <form( <input[name=myinput] ) )

alt text

Form with input, password input, checkbox, combobox, button

<main( 
    <form( 
        <input[name=Username] 
        <pass[name=Password]
        <check[Whatever,0]
        <combo[Choose,tujuh,delapan,sembilan]
        <button[Press_me]
    )
)

alt text

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

tviewlang-0.0.1.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

tviewlang-0.0.1-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

Supported by

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