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'])
# or
from cozy_kit import __details__
print(__details__['version'])
Bonus
You can type:
from cozy_kit import *
details = __details__
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.2.tar.gz
(10.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-0.3.2-py3-none-any.whl
(12.1 kB
view details)
File details
Details for the file cozy_kit-0.3.2.tar.gz.
File metadata
- Download URL: cozy_kit-0.3.2.tar.gz
- Upload date:
- Size: 10.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 |
00c7b23748d4af9624e6d5df2f57891f5e95910825eeccdc6425485d6438c20a
|
|
| MD5 |
09109d786c1f2dab917008657b7fce7b
|
|
| BLAKE2b-256 |
cb265e53dc2f5378ef3508626d6abdb0e8e19a6228e3555dc7480d6d7b0d7024
|
File details
Details for the file cozy_kit-0.3.2-py3-none-any.whl.
File metadata
- Download URL: cozy_kit-0.3.2-py3-none-any.whl
- Upload date:
- Size: 12.1 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 |
e4eebef6ace00cee2470ff01f482d99f8b450a9cdb8a8f2049dcd4d3e5934cfb
|
|
| MD5 |
9ed77d18d6b658f67906f80644c52c6e
|
|
| BLAKE2b-256 |
cf805777393f43c90bf71bc1ff8280385f10b8692c7c939485f039718f0f17c7
|