Skip to content

A Python-based automation tool for navigating through a sequence of URLs with customizable time intervals.

License

Notifications You must be signed in to change notification settings

amabilee/navigation-automation-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Navigation Automation Tool

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.

Features

  • Add new navigation automations with links and time intervals.
  • Edit existing automations directly from the interface.
  • Manage automations in a clean, scrollable layout.

Installation

  1. Ensure you have Python installed (3.7 or higher recommended).
  2. Clone this repository:
    git clone https://github.com/amabilee/navigation-automation-tool.git
    cd navigation-automation-tool

Install the required dependencies:

pip install PyQt5

Usage

  1. Run the application:
    python navigation_automation.py
  2. Use the interface to:
    • Add automations by clicking "Add Automation."
    • Edit automations by selecting them from the list.
    • Save and manage your automations effortlessly!

Release History

  • 0.1
    • Initial release of the Navigation Automation Tool with basic functions.

License

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.

Acknowledgments

  • 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.

About

A Python-based automation tool for navigating through a sequence of URLs with customizable time intervals.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages