A cozy collection of utilities and tools for Python
Project description
cozy-kit
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 |
TextEditor |
Text conversion, ciphers, formatting |
TextCustomizations |
Text coloring, changing to italic or bold |
CozyUI |
Make some cool terminal UI using ascii and unicode symbols |
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-1.0.0.tar.gz
(17.9 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-1.0.0-py3-none-any.whl
(20.7 kB
view details)
File details
Details for the file cozy_kit-1.0.0.tar.gz.
File metadata
- Download URL: cozy_kit-1.0.0.tar.gz
- Upload date:
- Size: 17.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
513d1a7aa207c367fa8bae60c95cc02929e1d3f32adbda870f4a8770e65fb40d
|
|
| MD5 |
b0e7ea763574a83abc1d2dfc165647f4
|
|
| BLAKE2b-256 |
90ad8448a5bae122647a77260ae6908ec1f2868047d97c4dea9ae6ed40ac514e
|
File details
Details for the file cozy_kit-1.0.0-py3-none-any.whl.
File metadata
- Download URL: cozy_kit-1.0.0-py3-none-any.whl
- Upload date:
- Size: 20.7 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 |
0ae364c33923ab0a23cac7fd19a3f674730bf75ca7afa8ae27c645a34f3b5fe4
|
|
| MD5 |
f38cd17df11bc417c22dbada0603f874
|
|
| BLAKE2b-256 |
07c7d1576cb16094cf5d1d600ae62ffff96706cc562e2786c8628c65f1b9a186
|