Metadata-Version: 2.4
Name: qetoo
Version: 0.1.0
Summary: Simple browser opening helper
Author: YourName
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: playwright

\# qetoo



A simple Python module to open websites using Playwright.



\## Install

pip install qetoo



\## Usage

```python

from qetoo2 import open\_site



open\_site("https://example.com")



