A hello with name for hello world in PyPi
Project description
Hello Package
A simple Python package that provides functions to greet users with nicely formatted names.
Features
- Capitalizes the first letter of each part of a name.
- Prints a personalized greeting message.
Installation
You can install the package using pip. Run the following command:
pip install hello_package
Usage
Here’s a quick example of how to use the hello_package:
from hello_package.hello import nice_name, say_hello
# Get a nicely formatted name
formatted_name = nice_name(" john doe ")
print(formatted_name) # Output: "John Doe"
# Print a greeting
say_hello(formatted_name) # Output: "Hello *John Doe*"
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
File details
Details for the file hello_world_pypi_2025-0.1.0.tar.gz.
File metadata
- Download URL: hello_world_pypi_2025-0.1.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
013783c1002c95c8db1762cd2afa30f346e5c94bb724a1600dc61225810c133a
|
|
| MD5 |
30df4db5106f02031b4361326477bb92
|
|
| BLAKE2b-256 |
07ef05ae312454dd6c85ef3aac344547e72154823a155650864f5f18c31e6879
|