A simple tool for automating navigation tasks by defining and managing sequences of links with customizable intervals. The application includes an easy-to-use graphical interface for adding, editing, and managing automations.
- Add new navigation automations with links and time intervals.
- Edit existing automations directly from the interface.
- Manage automations in a clean, scrollable layout.
- Ensure you have Python installed (3.7 or higher recommended).
- Clone this repository:
git clone https://github.com/amabilee/navigation-automation-tool.git cd navigation-automation-tool
Install the required dependencies:
pip install PyQt5
- Run the application:
python navigation_automation.py
- Use the interface to:
- Add automations by clicking "Add Automation."
- Edit automations by selecting them from the list.
- Save and manage your automations effortlessly!
- 0.1
- Initial release of the Navigation Automation Tool with basic functions.
This project is licensed under the MIT License. You are free to use, modify, and distribute this tool as per the terms of the license.
- Built using PyQt5.
- This tool was developed as a response to the frequent updates of Google Chrome, which often cause automation extensions to become unavailable. The goal was to provide a reliable, standalone solution for automating navigation tasks without depending on browser extensions.