# coding=utf-8==================================================== fancyTools - various fancy tools for every day usage ====================================================
- Browse the API Documentation
- Fork the code on github
fancytools is listed in the Python Package Index. You can install it typing:
pip install fancytools
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