Metadata-Version: 2.1
Name: pydiamond
Version: 1.1.1
Summary: PyDiamond - A simple automation language for web bots
Home-page: https://github.com/TaksPy/pydiamond
Author: TaksPy
Author-email: you@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: selenium>=4.0.0

# PyDiamond

Diamond is a simple automation language built on Python + Selenium.  
It allows you to open websites, click elements, type text, and more using easy commands.

## Installation

```bash
pip install diamond
