beautiful-soup-helper
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
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
- It takes time to find out exactly what BeautifulSoup's find function selects.
- The project_module came from binux/pyspider