Wiki

Clone wiki

SeePy / Home

SeePy

Easy and fast dynamic report generation with Python

| About SeePy | | How to install | | License | | Features | | Gallery | | About Python |


What's new ?


2018-09-22 SeePy 6th beta version available

SeePy 0.6.2 available at PyPI. Here is install instruction.

If you already have previous version upgrade it by typing

pip install --upgrade seepy dxf2svg
Changes: dxf graphics displaying available.


2016-12-15 SeePy 5th beta version available

SeePy 0.5.1 available at PyPI. Here is install instruction.

If you already have previous version upgrade it by typing

pip install --upgrade seepy
Visible changes: saveas upgrade, open read only option added, seepy temporary file as python tempfile, seepy timer feature added, pillow/PIL PIL.Image instance display available, filepath and dirpath dialog for interaction, True/Fales value checkbox for interaction.

5th beta video


2016-11-19 SeePy video tutorial available

SeePy video tutorial (at the moment only Polish language version).

IMAGE ALT TEXT HERE


2016-11-04 SeePy 3rd beta version available

SeePy 0.4.3 available at PyPI.

Visible changes: utf-8 display, source code refactored, program stability and user interface improved.


2016-10-12 SeePy 3rd beta corrected version available

SeePy 0.3.2 available at PyPI. One small bug fixed.

Some example reports linked to gallery.


2016-10-10 SeePy 3rd beta version available

SeePy 0.3.1 available at PyPI. Here is install instruction.

Visible changes: watch script option added, save and saveas available, import from script directory available, some new features (marked as !!NEW!!), code indentation tested, program stability and user interface improved.


2016-09-28 SeePy 3rd beta version coming soon

3rd.png


2016-08-30 SeePy 2nd beta version available

SeePy 0.2.2 available at PyPI. Here is install instruction.

Visible changes - all user interface moved to PyQt4, some new features (marked as !!NEW!!).

IMAGE ALT TEXT HERE

2016-06-02 SeePy beta version available

SeePy 0.2.1 available at PyPI. Here is install instruction.

seepy_beta.png

Video presentation.

IMAGE ALT TEXT HERE


2016-05-24 Coming soon - beta version - Matplotlib, LaTex, SVG graphic support and report interacting

Matplotlib and LaTex

demo.png

SVG graphic

svg.png

Report interacting

IMAGE ALT TEXT HERE


2016-05-07 SeePy alpha version available

SeePy 0.1.3 available at PyPI. Here is install instruction.

SeePy.png

SeePy is a tool to create report for science calculation you made with python script. You can use SeePy to create reports ready for publication. SeePy use *.py file format. All additional SeePy syntax is hidden in ''' .... ''' or behind # so the python engine does not see it, this is still python standard code file you can execute. SeePy comments is based on easy to use Markdown language syntax.

Here are trivial examples SeePy report created. Unum package has been used for SI unit support.

CircleArea.png

PrzekZginany.png

Video presentation.

IMAGE ALT TEXT HERE


Updated