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
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!
Other Docs
Quick Note
If you want to access the details (like version), You can't type
from cozy_kit import *
print(__version__)
You need to type
from cozy_kit import *
print(details['version'])
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.0.tar.gz
(10.3 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.0-py3-none-any.whl
(11.7 kB
view details)
File details
Details for the file cozy_kit-0.3.0.tar.gz.
File metadata
- Download URL: cozy_kit-0.3.0.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1996a560a6bfec1eb446fb64f9605c42808ba83ca78229eceed8a3d1bd925ab
|
|
| MD5 |
0a85eb5eb87c04327bc861e630e52ab3
|
|
| BLAKE2b-256 |
087ba0a1b7f3d0e8abe88597dc658814b05b14bc556ff1018e7aef4111d9dcf3
|
File details
Details for the file cozy_kit-0.3.0-py3-none-any.whl.
File metadata
- Download URL: cozy_kit-0.3.0-py3-none-any.whl
- Upload date:
- Size: 11.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 |
38556c6b3f85fbfef39013e4735c87b3deb8256161cf891d15854f74caef2b4d
|
|
| MD5 |
bc7d69aef95b899d7d6a8a748f53e090
|
|
| BLAKE2b-256 |
be9891bfc9c38e01d66a6e980f0c5ed3e5bd2db6a0fc7467aabaa39f385f2f4c
|