Skip to main content

Express yourself with kimochi.

Project description

Easy to use python library for showing your emotions.

Key Features

  • Modern Pythonic Interface

  • Easy to use

Installing

Python 3.8 or higher

To install the library, run the following command

#Linux/macOS
python3 -m pip install -U git+https://github.com/VarMonke/kimochi
#Windows
py -m pip install -U git+https://github.com/VarMonke/kimochi

Quick Example

 import asyncio
 import kimochi

 client = kimochi.Client()
 async def kiss():
     return await client.kiss

print(asyncio.run(kiss()))

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

kimochi-0.0.2.tar.gz (2.8 kB view hashes)

Uploaded Source

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