Metadata-Version: 2.1
Name: wallet_tool
Version: 0.5
Summary: This is a web3 wallet operation tool
Home-page: https://github.com/embzheng/wallet_tool
Author: embzheng
Author-email: embzheng@qq.com
Project-URL: Source, https://github.com/embzheng/wallet_tool
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: playwright>=1.42.0
Requires-Dist: sys
Requires-Dist: random
Requires-Dist: my_logtool
Requires-Dist: bitbrowser_tool

# wallet_tool

这是一个web3钱包操作工具


### 使用方式

```
with sync_playwright() as playwright:           
	browser = playwright.chromium.connect_over_cdp("http://localhost:9222")
	default_context = browser.contexts[0]
	page = default_context.new_page()
	wallet = WalletTool(page, 'wallet password')
	wallet.okx_login_web()  
```


### 安装

```
$ pip install wallet_tool
```


### License

[MIT](https://github.com/embzheng/wallet_tool?tab=MIT-1-ov-file)

