liczonko

Say hello!


License
MIT
Install
pip install liczonko==0.0.1

Documentation

liczonko

discrete mathematics

Installation

Run the following to install:

pip install liczonko

Usage

from abstract_algebra import say_hello

# Generate "Hello, World!"
say_hello()

# Generate "Hello, Everybody!"
say_hello("Everybody")

Developing Liczonko

To install liczonko, along with the tools you need to develop and run tests, run the following in your virtualenv:

$ pip install -e .[dev]