Truth table evaluator and Truth table enum module generator.
Project description
Welcome to tt4human Documentation
📔 See Full Documentation HERE.
A Truth Table is like a cheat sheet that helps us figure out if something is true or false based on certain “conditions”. We call a specific combination of conditions a “case.” The outcome, whether it’s true or false, is what we call the “target.”
Imagine you’re trying to decide whether or not you should go out. Two things could affect your decision: the weather and what time you wake up. So, in this situation, the weather and your wake-up time are the “conditions”. When you combine these conditions, like if it’s sunny and you woke up early, that combination is a “case.” And the big question of whether you should go out or not is your “target.” The Truth Table helps us organize all these cases and their outcomes to make decisions easier.
For example, we have two types of conditions: weather and get_up (when you get up). And we want to determine if you will go out. weather has two possible values: is_sunny and not_sunny. get_up has three possible values: before_10, 10_to_2, after_2. Below is the truth table:
weather get_up go_out is_sunny before_10 1 is_sunny 10_to_2 1 is_sunny after_2 0 not_sunny before_10 0 not_sunny 10_to_2 0 not_sunny after_2 0
tt4human provides some tools to work with Truth Table in Python.
Install
tt4human is released on PyPI, so all you need is to:
$ pip install tt4human
To upgrade to latest version:
$ pip install --upgrade tt4human
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
Built Distribution
File details
Details for the file tt4human-0.3.1.tar.gz
.
File metadata
- Download URL: tt4human-0.3.1.tar.gz
- Upload date:
- Size: 30.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4345540e8833e67b412f73d86e877ca904a1e56349032937b048676541e6b0ea |
|
MD5 | 0b93269bad5fc6f8ad5fa45116edf4b2 |
|
BLAKE2b-256 | 109389058b094c4b59ed4fbeb37c9ba4657c7443fef3c1ba3040668a5d5d9520 |
File details
Details for the file tt4human-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: tt4human-0.3.1-py3-none-any.whl
- Upload date:
- Size: 27.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b57076592cdb0a47544eed951e78fc7250fa0712031658d89b19b32025cca680 |
|
MD5 | 3253dfb5033f2ad04e947f68ec06c779 |
|
BLAKE2b-256 | bdffad03b97e141b89079e084ac48b208fce973752ce7522d4f4befbb5d2a03a |