Hello everyone👋, here I made a python library called "ezwebb" very easy to scrape web
sample
from ezweb import Website
web = Website("http://example.com")
print(web.title)
print(web.images)
for further documentation visit https://github.com/C1BENK/ezweb
please give suggestions or criticism i like it.
Top comments (1)
please give me criticism here