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.1.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.1-py3-none-any.whl
(11.7 kB
view details)
File details
Details for the file cozy_kit-0.3.1.tar.gz.
File metadata
- Download URL: cozy_kit-0.3.1.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 |
76e6c559aff3f33aae74fc8b5b4e0657b997c42aec5bb036574f80e340461104
|
|
| MD5 |
c48d961042e2f28d225fb55cae48f2dd
|
|
| BLAKE2b-256 |
e258c06858df87305c3d35b05ace539370a5899ac5a3588d742aaa44a191e3a8
|
File details
Details for the file cozy_kit-0.3.1-py3-none-any.whl.
File metadata
- Download URL: cozy_kit-0.3.1-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 |
6ec1a7ca52986bc477e841cf5bc67a928988ab2fb848151af94f0e196822039a
|
|
| MD5 |
d482128eb47ac39c354e383b0f7396f2
|
|
| BLAKE2b-256 |
b802d408c4f1b6d03f6f76b3b55c3fa232b036a27d8a48a585783e3d23e40536
|