OneWork
A user-friendly automation tool similar to BeautifulSoup, designed to interact with GUI elements without coding.
Project Description
OneWork is a comprehensive solution designed to automate interactions with web-based user interfaces. This tool allows users to analyze and automate the filling of fields, clicking of buttons, and interacting with links on web pages without requiring any coding skills. By leveraging OneWork, users can increase efficiency, reduce manual efforts, and streamline repetitive tasks.
Benefits
- **Ease of Use**: Simple, intuitive interface that requires no coding knowledge.
- **Automation**: Automate repetitive tasks to save time and reduce errors.
- **Integration**: Easily integrates with existing workflows and web applications.
- **Customization**: Flexible settings to customize the interval and target elements for automation.
Project Structure
python_app/
: The Python application.web_app/
: The web application.
Python Application
Features
- Get the current mouse position.
- Simulate clicking at a specific position.
- Simulate writing text.
Installation
Clone the repository and install the necessary dependencies:
git clone https://github.com/USERNAME/onework.git
cd onework/python_app
pip install -r requirements.txt
Web Application
Features
- Analyze elements on a web page.
- Display detailed information about elements.
- Automate form filling and interactions.
Usage
Open the index.html
file in your web browser to use the web application.