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.
Requirements
-
+ Python 3.11
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.
Using the package and it's classes
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.9.tar.gz
(7.0 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.9.tar.gz.
File metadata
- Download URL: yoyo_bgw-0.1.9.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d12b631df28fb2da248aed90e7c29809cc6c62eb2809393cdadddbdb6f1001b
|
|
| MD5 |
a3a008cc7b7bb7a23d1040d49d5974ad
|
|
| BLAKE2b-256 |
2496baa2988c8997ee2dd63e1b109b320acdc96f6126d096a7b26a03b2702b20
|
File details
Details for the file yoyo_bgw-0.1.9-py3-none-any.whl.
File metadata
- Download URL: yoyo_bgw-0.1.9-py3-none-any.whl
- Upload date:
- Size: 7.8 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 |
4f584466b70e75fe6ae5dcaa601eb567d7afe63ff09fbb556dcfe58672ed3649
|
|
| MD5 |
405b7fadca2f40bee6a70f3d1bcd2c5e
|
|
| BLAKE2b-256 |
ba7dc2525cc0229a1cbad3e491fa4116274dbd008f260da5d50047a672455978
|