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.
Release files for texttoolspy 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| texttoolspy-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Release files / texttoolspy-1.0.0-py3-none-any.whl
| Download URL | texttoolspy-1.0.0-py3-none-any.whl |
|---|---|
| Size | 3.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7de2563483966d23f7aaca100535d69a879cfc21ea2f557ae2fe59ef4d032e88
|
|
BLAKE2b-256 checksum How to use checksums |
420190fa0fe55d6a7a9b0a7d4d2aee6d0dc2420e158434764795a45b3e33d3f0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.4
|