A simple but feature-rich Hello World application written in Python that demonstrates various ways of greeting users.
- Classic "Hello, World!" greeting
- Time-based greetings (morning/afternoon/evening/night)
- Random friendly greetings
- Personalized greetings with user's name
- Python 3.x
Run the application using:
python3 hello_world.py
The program will:
- Ask for your name (optional)
- Display multiple types of greetings
- Personalize the greetings if a name was provided
hello_world.py
- Main application fileREADME.md
- Project documentation