Easy to use python library for showing your emotions.
- Modern Pythonic Interface
- Easy to use
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
import asyncio
import kimochi
client = kimochi.Client()
async def kiss():
return await client.kiss()
print(asyncio.run(kiss()))