A collection of fun Python utilities by Ritori
Project description
ritori 🐱
A collection of fun Python utilities by Ritori
Installation
pip install ritori
Modules
🐱 ritori.meow
Add "meow" to everything, because everything is better with cats!
from ritori import meow
# Basic usage
print(meow.meow("Hello"))
# Output: Hello,喵~
# Different styles
print(meow.meow("Good morning", style="cute"))
# Output: Good morning,(=^・ω・^=) 喵~
print(meow.meow("Good night", style="sleepy"))
# Output: Good night,(=^-ω-^=) 喵...
# Random style
print(meow.random_meow("Surprise"))
# Output: Surprise,(random cat kaomoji) 喵~
# Meowify entire text
print(meow.meowify("Hello. How are you?", every_sentence=True))
# Output: Hello,喵~. How are you,喵~?
Available Styles
| Style | Output |
|---|---|
default |
喵~ |
cute |
(=^・ω・^=) 喵~ |
happy |
(^・ω・^) 喵~ |
sleepy |
(=^-ω-^=) 喵... |
excited |
ヾ(=^▽^=)ノ 喵喵喵! |
shy |
(⁄ ⁄•⁄ω⁄•⁄ ⁄) 喵... |
curious |
(=ↀωↀ=) 喵? |
love |
(´,,•ω•,,)♡ 喵~ |
API Reference
ritori.meow
meow(text, style="default", separator=",")- Add a cat sound to the end of a stringmeowify(text, every_sentence=False)- Add meow to text, optionally after every sentencerandom_meow(text)- Add a random style of meowget_styles()- Get all available meow styles
Roadmap
More fun modules coming soon! 🚀
Why?
Because sometimes code needs to be a little more fun 🐱
License
MIT License - feel free to meow everywhere!
Made with 💜 by Ritori
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ritori-0.1.0.tar.gz
(3.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ritori-0.1.0.tar.gz.
File metadata
- Download URL: ritori-0.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7c36f699ca07fd65e2b60f238f0db57b1ea301bd59ea026a31076d7c617d41c
|
|
| MD5 |
ad59095046b59999dc648708d275c4d1
|
|
| BLAKE2b-256 |
423cd150f13d8d4a3650eed8c50e9e6ae8cc2e20f7194576e6da5300cbec792d
|
File details
Details for the file ritori-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ritori-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a7ce312c5298889c5150205565892aea54f5183310ef19070a6b5ba08b575af
|
|
| MD5 |
ecd3d4472dcf59355af6b6641ffc7f48
|
|
| BLAKE2b-256 |
7e4aa32c78485b2cab578c3a14c6257277b77d808a7ac13b8657c3781f33a3e7
|