Metadata-Version: 2.1
Name: heyyou
Version: 0.0.2
Summary: A command line application that prints out 'Hey, You!' in the chosen language.
Author-email: Zaid Waqi <zaidwaqi@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/zaidwaqi/heyyou
Project-URL: Issues, https://github.com/pypa/zaidwaqi/heyyou/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE

# heyyou - the "Hey, You!" program

`heyyou` is a command line application that prints out 'Hey, You!' in the chosen language.

Currently, `heyyou` supports the following languages and many more:
- English (EN)
- Spanish (ES)
- French (FR)
- German (DE)
- Italian (IT)

To use `heyyou` with a specific language, simply provide the language code as an argument. For example, to print "Hey, You!" in Italian, run `heyyou IT`.
Running `heyyou` without any argument will default to English, thus printing out `Hey, You!`

Enjoy using `heyyou` and spreading greetings in different languages!
