The module that is your welcoming code
Project description
yoyo-bgw
A cozy Python package with greetings, bedtime stories, quotes, and friendly messages.
Created by Youssef.
Installation
Install the package:
pip install yoyo-bgw
Update the package:
pip install --upgrade yoyo-bgw
What is this package?
yoyo-bgw is a friendly Python package that provides:
Welcome messages
Goodbye messages
Morning greetings
Bedtime stories
Motivational quotes
JSON-powered random content
The package is designed to be simple, cozy, and beginner-friendly.
How to use this package:
Import it:
from yoyo import Yoyo
Then create the object:
from yoyo import Yoyo
example_name = Yoyo(
name='Example',
age=12,
height=12,
weight=13,
eye_color='blue',
hair_color='black',
gender='male',
nickname='Example'
)
Functions
welcome()good_morning()good_night()info()bye()
Example Usage:
from yoyo import Yoyo
person = Yoyo(
name="Youssef",
nickname="Yoyo"
)
print(person.welcome())
Example Output:
Welcome Youssef!
Or welcome Yoyo!
How to use the Timer class
Import it:
from yoyo import Timer
Then create the object:
from yoyo import Timer
timer = Timer() # Nothing to put here until now
Functions:
countdown(count, time_type)
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
yoyo_bgw-0.1.5.tar.gz
(5.6 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
File details
Details for the file yoyo_bgw-0.1.5.tar.gz.
File metadata
- Download URL: yoyo_bgw-0.1.5.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b0c3f94b6dc823b77788f37e03d3ce632a8080b67509bfa512d7d0754abff7c
|
|
| MD5 |
92514e85fee263adda78a6db275be6a6
|
|
| BLAKE2b-256 |
c26f17d1ae2b7c239207509b44373fc5f1434bfd49d7dd47bf409b983c4ce735
|
File details
Details for the file yoyo_bgw-0.1.5-py3-none-any.whl.
File metadata
- Download URL: yoyo_bgw-0.1.5-py3-none-any.whl
- Upload date:
- Size: 6.0 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 |
8bf8e10ee73f50f0b71bd99bd055342ea0b95aeae54e846400a6e34a49b91385
|
|
| MD5 |
08e78f3611a936f1833eac8cd3878137
|
|
| BLAKE2b-256 |
b34937be4b4754d9f58b339d8a78c5097de242c97a1f7bee1367fd5cb732bf38
|