Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 637 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 637 Bytes

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