Tg-Truth-Dare
Installing Package
$ sh pip3 install -U TruthDarePy
Example
# To Get List Of All Langauges
from TruthDarePy import TD as love
print(love.languages())
# Truth In English
from TruthDarePy import TD
love = TD()
print(love.truth(lang="en"))
# Truth In Bengali
from TruthDarePy import TD
love = TD()
print(love.truth(lang="bn"))
# Truth In German
from TruthDarePy import TD
love = TD()
print(love.truth(lang="de"))
# Truth In Spanish
from TruthDarePy import TD
love = TD()
print(love.truth(lang="es"))
# Truth In French
from TruthDarePy import TD
love = TD()
print(love.truth(lang="fr"))
# Truth In Hindi
from TruthDarePy import TD
love = TD()
print(love.truth(lang="hi"))
# Truth In Filipino
from TruthDarePy import TD
love = TD()
print(love.truth(lang="tl"))
# Dare In English
from TruthDarePy import TD
love = TD()
print(love.dare(lang="en"))
# Dare In Bengali
from TruthDarePy import TD
love = TD()
print(love.dare(lang="bn"))
# Dare In German
from TruthDarePy import TD
love = TD()
print(love.dare(lang="de"))
# Dare In Spanish
from TruthDarePy import TD
love = TD()
print(love.dare(lang="es"))
# Dare In French
from TruthDarePy import TD
love = TD()
print(love.dare(lang="fr"))
# Dare In Hindi
from TruthDarePy import TD
love = TD()
print(love.dare(lang="hi"))
# Dare In Filipino
from TruthDarePy import TD
love = TD()
print(love.dare(lang="tl"))
Release files for TruthDarePy 2.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| TruthDarePy-2.0.6.tar.gz | 14.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| TruthDarePy-2.0.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 29.1 kB
Release files / TruthDarePy-2.0.6.tar.gz
| Download URL | TruthDarePy-2.0.6.tar.gz |
|---|---|
| Size | 14.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5201cbb5df97f68aa119f6f7ce6573b8f39f861a7f067ba82139d7dbd3a2499b
|
|
BLAKE2b-256 checksum How to use checksums |
87c09c2e54572ded1e735eba780cb85e83cc4360c00016a99228476d3dff8dae
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.14
|
Release files / TruthDarePy-2.0.6-py3-none-any.whl
| Download URL | TruthDarePy-2.0.6-py3-none-any.whl |
|---|---|
| Size | 14.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d62d2e6e0d2dac3405e0ce8c580a01cd680bc2c4075de5ef0ebec4ae34d121aa
|
|
BLAKE2b-256 checksum How to use checksums |
7a5d1e5d15622a627ec0afa992bd41bc6606df9892a246432ad81afa873570e7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.14
|