A custom package to handle various user list inputs easily.
Project description
ListInput
A custom Python package to easily handle various types of user list inputs from the terminal.
Installation
pip install listinput
Usage Examples
Get a list of strings
import listinput
fruits = listinput.get_strings("Enter fruits: ")
print(fruits)
Get a list of numbers
import listinput
numbers = listinput.get_numbers("Enter numbers: ", num_type=int)
print(numbers)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
listinput-0.1.2.tar.gz
(1.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file listinput-0.1.2.tar.gz.
File metadata
- Download URL: listinput-0.1.2.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c12b965fb6fed5eb7388fbe9f9543b285738a5a2c5a9a5a429592460516d5d3
|
|
| MD5 |
bc53c9b758d344fe2bad0b5e3f485254
|
|
| BLAKE2b-256 |
a0d200e5ca0f19f6f541f2ce43b44a2206f6778de830cbbdfa659ca8e7bf198c
|
File details
Details for the file listinput-0.1.2-py3-none-any.whl.
File metadata
- Download URL: listinput-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3581955091713aba20871693d50ada586e5a3bb63162f5ce6ad9bd536923da7e
|
|
| MD5 |
6a42511845abcfa68bae3116ab03f728
|
|
| BLAKE2b-256 |
a700df4d0836eae43c46a22440783778c25ea26db51f0c6eabf5dd57aecb4156
|