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 |
Other Docs
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)
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.5.tar.gz
(13.6 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.5-py3-none-any.whl
(15.4 kB
view details)
File details
Details for the file cozy_kit-0.3.5.tar.gz.
File metadata
- Download URL: cozy_kit-0.3.5.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e7911f1b05d7d4e211a12491fb1c6ed052c47f773d0215888356d9974228201
|
|
| MD5 |
4a5f1bfce09efd4f4504718d8bd01542
|
|
| BLAKE2b-256 |
09ff7d8a81d49e969dfb3730cf462d9ce81774a8fcfd022f8eef1535cf6a3261
|
File details
Details for the file cozy_kit-0.3.5-py3-none-any.whl.
File metadata
- Download URL: cozy_kit-0.3.5-py3-none-any.whl
- Upload date:
- Size: 15.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 |
501a7f480bac52c5aa30191909f1236ba87bbb1b45fec7b24f9a530c599e03cf
|
|
| MD5 |
8c48cd4a442f2a6a28ae94d6fdfc0f07
|
|
| BLAKE2b-256 |
8c3c1d3c6acc8ad0d1b9be0fa3f46ddbb777a90b949cdc22cc7ad8d263eb830b
|