Skip to content

schr4der/guiautomate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GuiAutomate

License

Table of Contents

About The Project

GuiAutomate is a corss platform GUI automation framework. It's in the early stages of development. As the project evolves, it is expected to provide automation capabilities through the Graphical User Interface.

Getting Started

Prerequisites

  • Python3 (As the project is written in Python)

    • Python3 Tkinter
      • xbps
        • python3-tkinter
      • apt
        • python3-dev

Installation

  1. Clone the GuiAutomate repository:

    git clone /~https://github.com/nullsurface/guiautomate.git
  2. Navigate to the cloned repository:

    cd guiautomate
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

After installing start the cli program.

python3 guiautomate.py --mode <mode> --path <path to routine>

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the project.
  2. Create your feature branch (git checkout -b feature/AmazingFeature).
  3. Commit your changes (git commit -m 'Add some AmazingFeature').
  4. Push to the branch (git push origin feature/AmazingFeature).
  5. Open a pull request.

License

Distributed under the Apache License 2.0. See LICENSE for more information.

Contact

Project Owner: nullsurface

For any queries, issues, or suggestions, please open an issue in the GitHub Issues section or contact the project owner directly.

About

A crossplatform GUI automation framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages