Metadata-Version: 2.1
Name: helloworldextreme
Version: 0.0.1
Summary: The most universal piece of code. Ever.
Home-page: https://github.com/StoopidSam/HelloWorldExtreme
Author: StoopidSam
Author-email: firwoodmedia@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# HelloWorldExtreme

### **`pip install helloworldextreme`**

Welcome to HelloWorldExtreme, a simple, *yet powerful* Python library with a **HUGE** featureset. 

Are you tired of writing those same old lines of code? Well, fear not! This module is for you!

## Functions

This library has a basic function that will help you out loads when writing code.

### sayhello
```
sayhello(name=None, withemoji=None)
```
This has 2 parameters, `name` and `withemoji`. Example use:
```
import helloworldextreme as hwe

hellomsg = hwe.sayhello('StoopidSam', withemoji=True)
print(hellomsg)
```
This will return:
```
Hello, StoopidSam! 🌎
```
#### Parameter: `name`
This is a string, and can be left blank to return a simple `Hello, world!` message.

#### Parameter: `withemoji`
This is a bool value (True/False). Leave blank for no emoji to be added on to the end.

## Enjoy!
I hope you enjoy using this code. If you want to see the license, go here: https://github.com/StoopidSam/HelloWorldExtreme/blob/master/LICENSE.txt. Any questions DM me on Discord (StoopidSam#0001) or open an issue: https://github.com/StoopidSam/HelloWorldExtreme/issues/new.

