beautiful-soup-helper icon indicating copy to clipboard operation
beautiful-soup-helper copied to clipboard

Show BeaurifulSoup's find result in a webview.

Beautiful Soup Helper

Show BeautifulSoup find function's result in a webview.

Screenshot

image

How to use

You need to install wxPython(version >= 2.9) and Beautiful Soup 4:

pip install wxpython beautifulsoup4

and then run the soup_helper.py file in src:

python soup_helper.py

Inspiration