Skip to main content

No project description provided

Project description

typer-to-texual

typer-to-textual is a TUI developed through the Textual module, which aims to simplify the use of applications. This tool analyzes the help screens of different typer applications and creates a TUI that allows the user to select the desired commands and options easily and intuitively, without the need to know all available commands and options by heart. In summary, the use of the interactive TUI represents a major step forward in simplifying the use of typer applications and making them more accessible to all users, even the less experienced ones.

Install

As a preliminary requirement, you need to install some utility:

xdotool. Installs the package via prompt with the command: 'sudo apt-get install xdotool'

After that, you can proceed either via PyPI, or by cloning the repository and install dependencies. If you opt for PyPI, run the following command:

$ pip install typer-to-textual

After that, typer-to-textual can be run with:

$ python3 -m typer-to-textual [typer_application]

If you instead opt for the repository, you also need the Poetry Python package manager. On Debian-like OSes it can be installed with the following command:

$ sudo apt install python3-poetry

After that, run the following commands:

$ git clone https://github.com/palla98/typer-to-textual.git

after downloading:

$ cd typer-to-textual

$ poetry install

After that, typer-to-textual can be run with:

$ poetry run ./typer_to_textual.py [typer_application]

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

typer_to_textual-2.2.0.tar.gz (8.9 kB view hashes)

Uploaded Source

Built Distribution

typer_to_textual-2.2.0-py3-none-any.whl (11.0 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