Metadata-Version: 2.4
Name: hellohellohello
Version: 0.0.4
Summary: A simple Python CLI app inspired by the Beatles' 'Hello, Goodbye'. Responds to user input with lyric-inspired opposites.
Author-email: Your Name <your.email@example.com>
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# hellohellohello

A simple Python CLI app inspired by the Beatles' "Hello, Goodbye". Responds to user input with lyric-inspired opposites (e.g., 'yes' → 'no', 'stop' → 'go, go, go').

## Usage

Run the script and enter a word or phrase. The app will reply with a lyric-inspired opposite.

## Example

```
hellohellohello
Enter something: yes
no
```

## No third-party packages required.
