hello-rajnish-307-2020

Say Hello....


Licenses
GPL-3.0/GPL-3.0+
Install
pip install hello-rajnish-307-2020==0.0.1

Documentation

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

##Installation Run the following to install: python pip install hello_world

##Usage

#Generate "Hello World"
say_hello()
#Generate "Hello Raj"
say_hello("Raj)

#Developing Hello World To install helloworld, along with the tools you need to develop and run tests, run the following in your virtualenv:

$ pip install -e .[dev]