Get yes/no-like words.
Project description
yes-no-words
Get yes/no-like words.
Inspired by: https://github.com/sindresorhus/yes-no-words
install
pip install yes-no-words
usage
import yes_no_words
yes_no_words.yes_random() # "yisss"
yes_no_words.no_random() # "absolutely not"
# test "truthy" words
yes_no_words.is_truthy("Yisss") # True
yes_no_words.is_truthy("nope") # False
# test "falsy" words
yes_no_words.is_falsy("certainly not") # True
api
.YES
Yes like words.
.NO
No like words.
.ALL
Both yes and no like words.
.yes_random() -> str
Random yes like words.
.no_random() -> str
Random no like words.
.all_random() -> str
Random yes or no like words.
.is_falsy(word_or_phrase: str) -> bool
Test a word to verify if it's falsy.
.is_truthy(word_or_phrase: str) -> bool
Test a word to verify if it's truthy.
license
Apache License 2.0 :copyright: Jeff Triplett
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
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 yes-no-words-2022.4.8.tar.gz.
File metadata
- Download URL: yes-no-words-2022.4.8.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69fbc38d032edd65d15a3d0494b79094ca38fd576d920b4ef0e6a3d3b2337ef4
|
|
| MD5 |
8b114b76e508bb0ace7743681da10dc0
|
|
| BLAKE2b-256 |
5e9eda7c805ce176609dd65fb647a487f40dc574b2d1de438efcb1ab265503c9
|
File details
Details for the file yes_no_words-2022.4.8-py3-none-any.whl.
File metadata
- Download URL: yes_no_words-2022.4.8-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
231feef9861969f8577bfe75a0d42b4bfc34b56128dc72319d43a6c589e524c0
|
|
| MD5 |
a69d255083f7642432b425085d807160
|
|
| BLAKE2b-256 |
4584bf15c58381a1005ed17d77be7081b2b644b4e8d55013161abbd483ab2725
|