pyVisor is a package - webAplication writed in flask to view the content of a python object
- recomended: :
pip install pyVisor
Detects a Python object and launches a web application to browse and view its contents, pyVisor requires Flask
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.