Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yes-no-words-2022.4.8.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

yes_no_words-2022.4.8-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page