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 your_unique_listinput_pkg_name
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.1.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.1.tar.gz.
File metadata
- Download URL: listinput-0.1.1.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 |
35970ebb57359f4005265581aa4e3fccb345f543177dd00c38543802d115f17b
|
|
| MD5 |
91cb7093cefbeb61cf39c3a2a5bbef21
|
|
| BLAKE2b-256 |
bf8468f6ab9dcecb7b09df6823e44a1dcad34041c6bd081611c129bd22d27385
|
File details
Details for the file listinput-0.1.1-py3-none-any.whl.
File metadata
- Download URL: listinput-0.1.1-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 |
d5b69b71c5c66ee556989207897041823c57116360cf73a7e55995d49c4a8dd1
|
|
| MD5 |
a1cd321bb886a1d9c5115cfc1ab64175
|
|
| BLAKE2b-256 |
f408c3b091c8aa37e153c549de86808ba20fe8b11da2e13b0d08e2c65b945c2b
|