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.7.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.7.tar.gz.
File metadata
- Download URL: yoyo_bgw-0.1.7.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 |
14e49a3f5d8246f8128221e84423137a17bf8ed88435b16f816715fda49171b6
|
|
| MD5 |
68ed892801e7b8a27570175fd2fb39f6
|
|
| BLAKE2b-256 |
db95bef80de5234598a8fb3c09cc72dc385e95fa1d24197f94311fd488eeedb0
|
File details
Details for the file yoyo_bgw-0.1.7-py3-none-any.whl.
File metadata
- Download URL: yoyo_bgw-0.1.7-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 |
6328bb3db8b51a897beb64f4b7464a713af513c0f0c435d578a077384de49fa2
|
|
| MD5 |
dc9e929ac06a722d53c837b8c440c36e
|
|
| BLAKE2b-256 |
024086e1b1bd42d1d05197a86b31be34ea672ac89a07d52d43c09dc28f5fd101
|