Skip to main content

PyWebWrench is a Python library that enables you to view web pages and make HTTP requests

Project description

PyWebWrench Library 🔧

PyWebWrench is a Python library that enables you to view web pages and make HTTP requests using popular Python libraries such as Playwright and Requests.

Usage 🚀

Follow these steps to use the PyWebWrench library:

  1. Import the Library 📦
from PyWebWrench.py_web_wrench import PyWebWrench
  1. Create a PyWebWrench Object 👷
pr = PyWebWrench(browser_name="firefox") # You can choose a different browser.
  1. Render a Web Page 🌐 To view a web page, use the render_page function:
page_content = pr.render_page(url="https://www.example.com")
print(page_content)
  1. Control a Web Page 🎛️ To have more control over a web page, use the control_page function:
page = pr.control_page(url="https://www.example.com")
# Perform additional operations
page.close()  # Don't forget to close the page when you're done.
  1. Make HTTP Requests 📞 PyWebWrench uses the Requests library to make HTTP requests. You can use the get, post, put, delete, patch, and head functions for this purpose.

Example of a GET request:

response = pr.get(url="https://api.example.com/data")
print(response.text)

Error Handling ⚠️

UnsupportedBrowserError: You might encounter this error for unsupported browsers.

Supported Browsers 🌐

  • Chromium
  • Chrome
  • Chrome Beta
  • Microsoft Edge
  • Microsoft Edge Beta
  • Microsoft Edge Dev
  • Firefox
  • Firefox ASAN
  • Webkit

Dependencies 🖥️

Before using PyWebWrench, make sure to install the following dependencies:

  • Playwright
  • Requests

You can install these dependencies using the following commands:

pip install playwright
pip install requests

Conclusion 🎉

PyWebWrench is a handy Python library for viewing web pages and making HTTP requests. You can open, control, and send requests to web pages using the specified browsers. For more information about usage and functionality, you can explore the source code of PyWebWrench. 🔍

Feel free to contribute or report issues! 🙌

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyWebWrench-0.0.7.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

PyWebWrench-0.0.7-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file PyWebWrench-0.0.7.tar.gz.

File metadata

  • Download URL: PyWebWrench-0.0.7.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for PyWebWrench-0.0.7.tar.gz
Algorithm Hash digest
SHA256 c8973da59a151d4a433cd1e5f1df84eeeb4f6ca7ffc59320f2e5e1d5d99cc3a2
MD5 6c6b22397465335bca6e8af0b86291c9
BLAKE2b-256 0a1756f5c1d487f11b58cdd64036d584b4799e3d30d258dd5dde34801d217c84

See more details on using hashes here.

File details

Details for the file PyWebWrench-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: PyWebWrench-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 3.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for PyWebWrench-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 52995b215f91b351838e106ab6c76cb1e6f8794a782729c50d4cca25d14560ff
MD5 e3f0c4e68ad72923e2f08642d054c743
BLAKE2b-256 9154a0ed661d976d6acf73850fbf2bbdf2678bf3a392ab4cdaa032a0811beb81

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page