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()))
Release files for kimochi 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| kimochi-0.0.2.tar.gz | 2.8 kB | Details |
Release files / kimochi-0.0.2.tar.gz
| Download URL | kimochi-0.0.2.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1a96edb4d084bfaaa0fc54f0de42f3723ff4bfd2a038192bedb5dfe5d775345c
|
|
BLAKE2b-256 checksum How to use checksums |
ab8650ccd4d9a039531ff14f24b77ac9423e028a7ec2f657231b9f702dfcbb84
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.10.2
|