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 something outside that is not __versio (like author), You can't type:
from cozy_kit import *
print(__author__)
You need to type:
from cozy_kit import *
# Create Object
__details__ = Details.__details__
print(__details__['author'])
# or
from cozy_kit import Details
# Create Object
__details__ = Details.__details__
print(__details__['author'])
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.3.tar.gz
(11.2 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.3-py3-none-any.whl
(12.7 kB
view details)
File details
Details for the file cozy_kit-0.3.3.tar.gz.
File metadata
- Download URL: cozy_kit-0.3.3.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11ac149d9de0170f5d63d2e4262bc5ac5ece820e90eac57602985eb7a77b7934
|
|
| MD5 |
dd085701e478285b7bea965d9e710759
|
|
| BLAKE2b-256 |
31eeada58af7f2e1159b288576bc3f0fd67d392e0341f4cae95bfbb5c62c630b
|
File details
Details for the file cozy_kit-0.3.3-py3-none-any.whl.
File metadata
- Download URL: cozy_kit-0.3.3-py3-none-any.whl
- Upload date:
- Size: 12.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 |
c0e770c85418c1525c8d067c1024db1820ed4966c1b0c9a4b7c2080b096d34b3
|
|
| MD5 |
5664ced9346269358562ef3bd24cbd2d
|
|
| BLAKE2b-256 |
0302dc6fd78de4a863a69eec0af8c9259b9fc648c87ba0195150a62a396b28dd
|