Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 342 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 342 Bytes

Hello World

This is an example project demonstrating how to publish a python module to PyPI.

Installation

Run the following to install:

pip install helloworld-judy2k

Usage

from helloworld import say_hello

# Generate "Hello, World!"
say_hello()

# Generate "Hello, Everybody!"
say_hello("Everybody")