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.3.8.tar.gz
(16.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
cozy_kit-0.3.8-py3-none-any.whl
(18.4 kB
view details)
File details
Details for the file cozy_kit-0.3.8.tar.gz.
File metadata
- Download URL: cozy_kit-0.3.8.tar.gz
- Upload date:
- Size: 16.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
666cb602a3577fc61631087a3c94b5010a01414ca4d41526912b1dfc38c8cc6d
|
|
| MD5 |
038d48675b5ee1f6d396ce1a8bda970f
|
|
| BLAKE2b-256 |
7f9c931527b675926def3bdac51fa379ac806d4d5dbbffbb167dccb1dce83410
|
File details
Details for the file cozy_kit-0.3.8-py3-none-any.whl.
File metadata
- Download URL: cozy_kit-0.3.8-py3-none-any.whl
- Upload date:
- Size: 18.4 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 |
bfdab508fa935832025fabf7bd7db3b83b5bec22fb1ce5ade0679b14be60c0ed
|
|
| MD5 |
5b89f005236f3d100aac8969a4b491a0
|
|
| BLAKE2b-256 |
fa51fb13859a70b3b978894a50739bc9151e997204a766821d56ecc20e5348f9
|