The basic library for coding
Project description
cozy-kit
A cozy Python package with greetings, quotes, bedtime stories, timers, and text utilities.
Created by Youssef Ahmed
Requirements
- Python 3.8+
Installation
Install
pip install cozy-kit
Upgrade
pip install --upgrade cozy-kit
Quick Example
Usage
from cozy_kit import Greeting
user = Greeting(
name="Youssef",
nickname="Yoyo"
)
print(user.welcome())
Output
Welcome Youssef!
Or welcome Yoyo!
Classes
| Class | Description |
|---|---|
Greeting |
Greetings, quotes, bedtime stories, motivations, fun facts |
Timer |
Countdown, Pomodoro, stopwatch, wait |
TextStudio |
Text conversion, ciphers, formatting |
Details |
Package metadata |
Accessing Package Details
To access metadata like the author name, use the Details class:
from cozy_kit import Details
info = Details()
print(info.details["author"])
# Youssef Ahmed
You can also access individual attributes directly:
from cozy_kit import Details
info = Details()
print(info.author)
print(info.github)
See the entire docs
License
MIT
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
cozy_kit-0.4.0.tar.gz
(17.1 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
cozy_kit-0.4.0-py3-none-any.whl
(19.6 kB
view details)
File details
Details for the file cozy_kit-0.4.0.tar.gz.
File metadata
- Download URL: cozy_kit-0.4.0.tar.gz
- Upload date:
- Size: 17.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6a4428c3cd05d8df3511ee8c8bffc6310581e59e97d870683d8cedc8d802f10
|
|
| MD5 |
c81b66f9e1b5d2b0e54e8a74ebce34f3
|
|
| BLAKE2b-256 |
7eca89d4fe76a4a31e3dbe4927babd86aaa2fc2f2cb285e5ffd353d00c0ed116
|
File details
Details for the file cozy_kit-0.4.0-py3-none-any.whl.
File metadata
- Download URL: cozy_kit-0.4.0-py3-none-any.whl
- Upload date:
- Size: 19.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10207f3c93abb5a49c4498307ff59ccf69dda67f0564f23c72ee6f75a498073a
|
|
| MD5 |
f6dbcd62a25cce40a43afc4982e7fc23
|
|
| BLAKE2b-256 |
2e77f4fb47bc4c0811040e9670cf2dc1ee2cc7d3b2287a2fa4ea962d6e9061b8
|