A simple command line tool that greets the user
Project description
Hello Greetings
A simple command line tool that greets the user.
Description
Hello Greetings is a lightweight CLI tool that provides interactive greetings. It can accept names as command line arguments or prompt for input interactively.
Installation
pip install hello-greetings
Usage
Command Line Arguments
# Greet a specific name
hello-greetings world
# Interactive mode (prompts for input)
hello-greetings
# Show version
hello-greetings --version
# Show help
hello-greetings --help
Examples
$ hello-greetings Python
hello Python
$ hello-greetings
Enter something: Universe
hello Universe
Features
- Simple command-line interface
- Interactive input mode
- Version information
- Cross-platform compatibility
Requirements
- Python 3.9+
Development
Installation for Development
# Clone the repository
git clone https://github.com/AaronOET/hello-greetings.git
cd hello-greetings
# Install in development mode
pip install -e .
Running Tests
python -m pytest tests/
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Changelog
See CHANGELOG.md for a list of changes and version history.
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
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 hello_greetings-1.4.1.tar.gz.
File metadata
- Download URL: hello_greetings-1.4.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
421266b08176a80b8b903a65eea324118ef1bd5980ff508d219def54b452013f
|
|
| MD5 |
9d2d3d133e7c9ab6f5e32374ca1712f7
|
|
| BLAKE2b-256 |
9a5f277ec2dfc5405a14b8f4619efe808ec5254af0bd33e1f5de7dd6ab0ffbf5
|
File details
Details for the file hello_greetings-1.4.1-py3-none-any.whl.
File metadata
- Download URL: hello_greetings-1.4.1-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3b02882fbd3142f692bc480113869714e7182ea95def48d5910c8444713bc57
|
|
| MD5 |
b31012a53a5de376bb8cb10253f4196f
|
|
| BLAKE2b-256 |
601773f5ef5af4062518bb43cbf16a2ad4a0e1d352ecdcca87275fb0b83d5203
|