Skip to main content

A tool that allows you to create responsive tools in text

Project description

texttoolspy 0.0.7

Tools to make responsive and simple items in text.

How to install:

pip install texttoolspy

Texttools is a module that creates responsive and simple "tools" in your python code. THESE ONLY WORK WHEN RUNNING IN THE TERMINAL.

Example usage of the menu() function:

import texttoolspy as ttp

MenuItems = ["Item1","Item2","Item3"]

ttp.menu(MenuItems, 1)

Save and run this code in the command prompt/terminal.

This allows the user to use arrow keys to choose an item, and then click enter to select the item. When the user selects an item, the selected item will be returned

To see the rest of the features, check out the wiki.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

texttoolspy-1.0.0-py3-none-any.whl (3.6 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