Skip to main content

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 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
TextStudio Text conversion, ciphers, formatting
Details Package metadata

Other Docs


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)

License

MIT

Project details


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.6.tar.gz (14.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cozy_kit-0.3.6-py3-none-any.whl (16.8 kB view details)

Uploaded Python 3

File details

Details for the file cozy_kit-0.3.6.tar.gz.

File metadata

  • Download URL: cozy_kit-0.3.6.tar.gz
  • Upload date:
  • Size: 14.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for cozy_kit-0.3.6.tar.gz
Algorithm Hash digest
SHA256 6e74b0931b97b317a977d8d3d90738d6801bbcea24840215d238f7df6940a34a
MD5 3a099e1a001c11aac99f16014489f056
BLAKE2b-256 133b5ce25d03dc1cc08dd2a4a2a24c2f37bbbb7a92e5cf017293b8d9f3ae86c2

See more details on using hashes here.

File details

Details for the file cozy_kit-0.3.6-py3-none-any.whl.

File metadata

  • Download URL: cozy_kit-0.3.6-py3-none-any.whl
  • Upload date:
  • Size: 16.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for cozy_kit-0.3.6-py3-none-any.whl
Algorithm Hash digest
SHA256 39c518359a28c74cf712187b4e422531badcaf58886c02ac667cfbdd2b6c21fa
MD5 a60e068d7e0a995e5ea105ffa5de1230
BLAKE2b-256 fb13102d100856ab644691982100d927c969db2472cea10e293d4f38568ecf5c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page