Metadata-Version: 2.1
Name: hi-hello
Version: 1.0.4
Summary: Just saying hello.
Home-page: https://spike.sh
Author: Pru
Author-email: pru@spike.sh
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown

### Hi Hello!

Just a very nice library that says hello to you.

#### Installation
* Install the **Hi Hello** package for Python.

        pip install hi-hello

* Print a new word while starting up your program (or any other time)

        const learnAWord = require('learn-a-word');

        // Print a new word 
        learnAWord.printWord();

* Output

        ================== WORD OF THE DAY ==================
        insatiable
        not easily satisfied; unquenchable
        =====================================================



