Skip to main content

AssemblyAI Python SDK.

Project description

hello-emoji 🤩

hello-emoji is a random smiley generator.

installation

pip install hello-emoji

usage

Here are few examples 👇

>>> import hello_emoji
>>> hello_emoji.hello_emoji()
'Hello 🤣!'
>>> hello_emoji.hello_emoji()
'Hello 😋!'
>>> hello_emoji.hello_emoji()
'Hello 😊!'

Here are few examples using from and import syntax.

>>> from hello_emoji import hello_emoji
>>> hello_emoji()
'Hello 😄!'
>>> hello_emoji()
'Hello 😍!'
>>> hello_emoji()
'Hello 😊!'
>>> hello_emoji()
'Hello 😄!'
>>> hello_emoji()
'Hello 🤣!'

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

aai_demo-0.0.1-py3-none-any.whl (3.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