Metadata-Version: 2.1
Name: OpenBrowsers
Version: 0.1.1
Summary: OpenBrowsers Help you to open selenium browser in one function
Home-page: https://github.com/woopygit/OpenBrowser
Author: woopy
Author-email: woopygit@icloud.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7, <3.13
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE.md
Requires-Dist: selenium
Requires-Dist: webdriver-manager

# OpenBrowsers

OpenBrowsers will help you to open Selenium Browser in one line of code. This is the first release, so you can only open chrome
Based on the tutorial here on [PeopleAsks.com](https://www.peopleasks.com/how-to-install-python-selenium-ubuntu-22-04/)
# Buy me a Beer 🍻
If you wish support me you can buy me a Cripto Beer

### Bitcoin:
[![Bitcoin](https://img.shields.io/badge/bitcoin-2F3134?style=for-the-badge&logo=bitcoin&logoColor=white)](bitcoin:bc1qks9svw4udfgh23dn3n92jmlkh2hx4sudytdlg9)

### BNB Smart Chain:
[![BNB](https://img.shields.io/badge/BNB-FFC700?style=for-the-badge&logo=binance&logoColor=white)](https://bscscan.com/address/0x80AAF991580685b39c618a0708884d05d8EB137f) 
[![USDT](https://img.shields.io/badge/USDT-26A17B?style=for-the-badge&logo=tether&logoColor=white)](https://bscscan.com/address/0x80AAF991580685b39c618a0708884d05d8EB137f) 
[![BUSD](https://img.shields.io/badge/BUSD-F0B90B?style=for-the-badge&logo=binance&logoColor=white)](https://bscscan.com/address/0x80AAF991580685b39c618a0708884d05d8EB137f) 
[![CAKE](https://img.shields.io/badge/CAKE-FFB700?style=for-the-badge&logo=pancakeswap&logoColor=white)](https://bscscan.com/address/0x80AAF991580685b39c618a0708884d05d8EB137f)  
[![ETH](https://img.shields.io/badge/ETH-3C3C3D?style=for-the-badge&logo=ethereum&logoColor=white)](https://bscscan.com/address/0x80AAF991580685b39c618a0708884d05d8EB137f) 
[![DAI](https://img.shields.io/badge/DAI-F4B731?style=for-the-badge&logo=dai&logoColor=white)](https://bscscan.com/address/0x80AAF991580685b39c618a0708884d05d8EB137f)

All Donors Will be part of the sponsorship Div


### How to setup the package from GIT:

1. Clone the OpenBrowsers git repository ```pip install git+https://github.com/woopygit/OpenBrowsers```
2. Install setuptools ```pip install setuptools```
3. ``` python3.7 absolute\path\to\OpenBrowsers\setup.py install ```

### How to setup the package from PIP:

1. ```pip install OpenBrowser```

## How to use The Project:
1. Create a new .py file (ex. getbrowser.py)
2. include the class OpenBrowser(BrowserWidth[str], BrowserHeight[str], Headless[bool]:def = True)
3. Open Chrome with OpenChrome()
4. Use the selenium syntax

## Full Code:

```bash
from OpenBrowsers import *

Brows = OpenBrowsers().OpenChrome(Headless=False)

Brows.get("https://www.peopleasks.com/how-to-install-python-selenium-ubuntu-22-04/")
input("Premi")
Brows.quit()
exit()
```
![Et Voilà](img/openbrowserdemo.png)

### Bitcoin:
[![Bitcoin](https://img.shields.io/badge/bitcoin-2F3134?style=for-the-badge&logo=bitcoin&logoColor=white)](bitcoin:bc1qks9svw4udfgh23dn3n92jmlkh2hx4sudytdlg9)

### BNB Smart Chain:
[![BNB](https://img.shields.io/badge/BNB-FFC700?style=for-the-badge&logo=binance&logoColor=white)](https://bscscan.com/address/0x80AAF991580685b39c618a0708884d05d8EB137f) 
[![USDT](https://img.shields.io/badge/USDT-26A17B?style=for-the-badge&logo=tether&logoColor=white)](https://bscscan.com/address/0x80AAF991580685b39c618a0708884d05d8EB137f) 
[![BUSD](https://img.shields.io/badge/BUSD-F0B90B?style=for-the-badge&logo=binance&logoColor=white)](https://bscscan.com/address/0x80AAF991580685b39c618a0708884d05d8EB137f) 
[![CAKE](https://img.shields.io/badge/CAKE-FFB700?style=for-the-badge&logo=pancakeswap&logoColor=white)](https://bscscan.com/address/0x80AAF991580685b39c618a0708884d05d8EB137f)  
[![ETH](https://img.shields.io/badge/ETH-3C3C3D?style=for-the-badge&logo=ethereum&logoColor=white)](https://bscscan.com/address/0x80AAF991580685b39c618a0708884d05d8EB137f) 
[![DAI](https://img.shields.io/badge/DAI-F4B731?style=for-the-badge&logo=dai&logoColor=white)](https://bscscan.com/address/0x80AAF991580685b39c618a0708884d05d8EB137f)

All Donors Will be part of the sponsorship Div

# Hall of Fame:
1. [PeopleAsks.com](https://www.peopleasks.com/how-to-install-python-selenium-ubuntu-22-04/)
2. [CpAff.net](https://www.cpaff.net)
3. [classifiche.net](https://www.classifiche.net)


