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
File details
Details for the file texttoolspy-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: texttoolspy-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7de2563483966d23f7aaca100535d69a879cfc21ea2f557ae2fe59ef4d032e88 |
|
MD5 | 287110f28b79656e72e0a1d9f9cf07f6 |
|
BLAKE2b-256 | 420190fa0fe55d6a7a9b0a7d4d2aee6d0dc2420e158434764795a45b3e33d3f0 |