Metadata-Version: 2.1
Name: selenium-tkit
Version: 0.1.0.1
Summary: Another selenium toolkit
Author: henrique lino
Author-email: henrique.lino97@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: fake-useragent (>=1.1.1,<2.0.0)
Requires-Dist: psutil (>=5.9.4,<6.0.0)
Requires-Dist: retimer (>=0.1.0.9,<0.2.0.0)
Requires-Dist: selenium (>=4.7.2,<5.0.0)
Requires-Dist: undetected-chromedriver (>=3.1.7,<4.0.0)
Requires-Dist: webdriver-manager (>=3.8.5,<4.0.0)
Description-Content-Type: text/markdown

# selenium_tkit

> This package is under development, it should be used with that in mind, not every system may be compatible

[![PyPI version][pypi-image]][pypi-url]
[![GitHub stars][stars-image]][stars-url]
[![Support Python versions][versions-image]][versions-url]



## Getting started

You can [get `selenium_tkit` from PyPI](https://pypi.org/project/selenium_tkit),
which means it's easily installable with `pip`:

```bash
python -m pip install selenium_tkit
```


## Example usage

```python
```



## Changelog

Refer to the [CHANGELOG.md](https://github.com/henriquelino/selenium_tkit/blob/main/CHANGELOG.md) file.



<!-- Badges -->

[pypi-image]: https://img.shields.io/pypi/v/selenium_tkit
[pypi-url]: https://pypi.org/project/selenium_tkit/


[stars-image]: https://img.shields.io/github/stars/henriquelino/selenium_tkit
[stars-url]: https://github.com/henriquelino/selenium_tkit

[versions-image]: https://img.shields.io/pypi/pyversions/selenium_tkit
[versions-url]: https://pypi.org/project/selenium_tkit/


