/helloworld-serhii73

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

Build Status

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-serhii73

Usage

from helloworld import say_hello

# Generate "Hello, World!"
say_hello()

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