Skip to main content

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="ea"))

# 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="ea"))

# 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"))

Output

• English - en
• বাংলা (Bengali) - bn
• Deutsch (German) - de
• Español (Spanish) - ea
• Français (French) - fr
• हिंदी (Hindi) - hi
• Tagalog (Filipino) - tl

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

TruthDarePy-2.0.3.tar.gz (14.5 kB view hashes)

Uploaded Source

Built Distribution

TruthDarePy-2.0.3-py3-none-any.whl (14.7 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