Usage

Installation

Python-project can be installed using pip:

(.venv) $ pip install Python-project

Default usage

By default, Python-project will just print a greeting

python-project
Hello, world

You can also specify the person to greeting

python-project --name John
Hello, John

Python functions

There are also some functions that are not exposed directly

To add two numbers together, you can use the python_project.addition() function.