Metadata-Version: 2.1
Name: gwei-tracker
Version: 0.1.8
Summary: UNKNOWN
Home-page: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: playwright (==1.41.2)
Requires-Dist: etherscan-python (==2.1.0)
Requires-Dist: pyee (==11.0.1)

This module takes the ethereum gas price data at the time of execution and converts it to a png file.

```python
# Example
from gwei_tracker import capture_image
import asyncio

async def main():
    await capture_image("Your-api")
    

asyncio.run(main())
```

