Truth Dare Fun Api
Project description
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"))
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
TruthDarePy-2.0.6.tar.gz
(14.6 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 TruthDarePy-2.0.6.tar.gz.
File metadata
- Download URL: TruthDarePy-2.0.6.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5201cbb5df97f68aa119f6f7ce6573b8f39f861a7f067ba82139d7dbd3a2499b
|
|
| MD5 |
a748c93e20177b208d40b76e39ef7f83
|
|
| BLAKE2b-256 |
87c09c2e54572ded1e735eba780cb85e83cc4360c00016a99228476d3dff8dae
|
File details
Details for the file TruthDarePy-2.0.6-py3-none-any.whl.
File metadata
- Download URL: TruthDarePy-2.0.6-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d62d2e6e0d2dac3405e0ce8c580a01cd680bc2c4075de5ef0ebec4ae34d121aa
|
|
| MD5 |
c30f2148c9a9625d9790590c403900d3
|
|
| BLAKE2b-256 |
7a5d1e5d15622a627ec0afa992bd41bc6606df9892a246432ad81afa873570e7
|