Skip to content

kltownsend/python-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Python Hello World App

A simple but feature-rich Hello World application written in Python that demonstrates various ways of greeting users.

Features

  • Classic "Hello, World!" greeting
  • Time-based greetings (morning/afternoon/evening/night)
  • Random friendly greetings
  • Personalized greetings with user's name

Requirements

  • Python 3.x

Usage

Run the application using:

python3 hello_world.py

The program will:

  1. Ask for your name (optional)
  2. Display multiple types of greetings
  3. Personalize the greetings if a name was provided

Project Structure

  • hello_world.py - Main application file
  • README.md - Project documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages