Metadata-Version: 2.1
Name: seldegen
Version: 0.1.4.post1
Summary: The package containing tools to warm up Web3-based project using Selenium
Home-page: https://github.com/CrocoFactory/seldegen
License: MIT
Author: Alexey
Author-email: axbelenkov@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: 2captcha-python (>=1.2.2,<2.0.0)
Requires-Dist: croco-selenium (>=0.1.6,<0.2.0)
Requires-Dist: eth-account (>=0.11.0,<0.12.0)
Requires-Dist: faker (>=24.3.0,<25.0.0)
Requires-Dist: imap-tools (>=1.5.0,<2.0.0)
Requires-Dist: pyotp (>=2.9.0,<3.0.0)
Requires-Dist: pyperclip (>=1.8.2,<2.0.0)
Requires-Dist: selenium (>=4.16.0,<5.0.0)
Project-URL: Repository, https://github.com/CrocoFactory/seldegen
Description-Content-Type: text/markdown

# seldegen

<a href="https://github.com/CrocoFactory"><img alt="Croco Logo" src="https://raw.githubusercontent.com/CrocoFactory/.github/main/branding/logo/bookmark_rounded.png" width="100"></a>

[![PyPi Version](https://img.shields.io/pypi/v/seldegen)](https://pypi.org/project/seldegen/)
[![PyPI Downloads](https://img.shields.io/pypi/dm/seldegen?label=downloads)](https://pypi.org/project/seldegen/)
[![License](https://img.shields.io/github/license/CrocoFactory/seldegen.svg)](https://pypi.org/project/seldegen/)
[![Last Commit](https://img.shields.io/github/last-commit/CrocoFactory/seldegen.svg)](https://pypi.org/project/seldegen/)
[![Development Status](https://img.shields.io/pypi/status/seldegen)](https://pypi.org/project/seldegen/) 

The package containing tools to warm up Web3-based project using Selenium

- **[Bug reports](https://github.com/CrocoFactory/seldegen/issues)**

Source code is made available under the [MIT License](LICENSE)

The CLI for developing Web3-based projects in **[Croco Factory](https://github.com/CrocoFactory)**

# Installing seldegen
To install `seldegen` from PyPi, you can use that:

```shell
pip install seldegen
```

To install `seldegen` from GitHub, use that:

```shell
pip install git+https://github.com/CrocoFactory/seldegen.git
```
