radjkarl / fancyTools

various fancy tools for every day usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

image

image

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

About

various fancy tools for every day usage

License:GNU General Public License v3.0


Languages

Language:Python 99.3%Language:Shell 0.7%