Metadata-Version: 2.1
Name: print-hello-world
Version: 0.0.1
Summary: Prints hello world!
Home-page: https://github.com/askyourkode/print-hello-world
Author: Hans Maulloo
Author-email: askyourkode@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: Freely Distributable
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

## Print Hello World!
Python script that prints hello world on terminal

### Install using source code
To download the app generator, you can clone this repository to your local machine.
```
$ git clone https://github.com/askyourkode/print-hello-world
$ cd print-hello-world
```

### Install using pip3
```
$ pip3 install print-hello-world
```
Package @ PyPI repository: https://pypi.org/project/print-hello-world/

### Usage
```
$ print-hello-world
```

