/fancyTools

various fancy tools for every day usage

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

# coding=utf-8==================================================== fancyTools - various fancy tools for every day usage ====================================================

Installation

fancytools is listed in the Python Package Index. You can install it typing:

pip install fancytools

Tests

fancyTools uses mostly the 'one class/function per file' rule. Running each module as program, like:

python -m fancytools.render.GridRender

will execute the test procedure of this module.

To run all tests type:

python -m fancytools.tests