Skip to content

VarMonke/kimochi-Exult-Outdated-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kimochi

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()))

About

Express yourself with kimochi.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages