https://github.com/bluebirdback/b3_greet
https://github.com/bluebirdback/b3_greet
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bluebirdback/b3_greet
- Owner: BlueBirdBack
- License: mit
- Created: 2024-09-23T04:36:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-23T04:50:53.000Z (over 1 year ago)
- Last Synced: 2025-09-21T14:41:52.201Z (9 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# b3_greet
b3_greet is a simple Python library that provides greeting messages.
## Installation
```bash
pip install b3_greet
```
## Usage
```python
from b3_greet import say_hello
message = say_hello("Blue")
print(message) # Outputs: Hello, Blue!
```
## License
[MIT License](./LICENSE)