Skip to content

Saul11235/pyVisor

Repository files navigation

pyVisor

LogoPyVisor

view on github test examples view on PyPI

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

How to install

  • recomended: : pip install pyVisor

How does it work?

Detects a Python object and launches a web application to browse and view its contents, pyVisor requires Flask

How to use

in python scripting:

from pyVisor import visor
import tkinter

v=visor(tkinter,"tkinter")
v.run()

pyVisor as an CLI application:

pyVisor tkinter
pyVisor from os.path import join
pyVisor ./myScript.py

use Ctrl+C to end.

Credits

Edwin Saul

About

web aplication for view python objects

Resources

License

Stars

Watchers

Forks

Packages

No packages published