Skip to content

Saul11235/pyVisor

Repository files navigation

pyVisor

view on github test examples view on PyPI

pyVisor is an package - webAplication writed in flask to view the content of an python object

How to install

  • recomended: : pip install pyVisor
  • use the script: python ./SCRIPT_installFromSource.py

How to use

python scpript:

from pyVisor import visor
v=visor(object,"NameObject")
v.run()

writed by: Edwin Saul