Skip to main content

An automation library for Linux using Uinput.

Project description

Automaton - A Linux Automation Library

Note

Automaton supports only linux, with distributions that use gtk. For example, Ubuntu 20.04

What is it

Automaton is a collection of libraries and custom modules designed to provide the easiest interface to use when automating things in linux. It has support for:

  • Dialogs
  • ContextMenus
  • Window manipulation and queries
  • keyboard and mouse manipulation and queries
  • Hotkeys
  • Hotstrings
  • Remaps

Usage

A simple Automaton script looks like this:

from automaton import Automaton

app = Automaton()

@app.hotstring("btw")
def btw():
    return "by the way!"

app.listen()

More info in the (non-existant) docs. Till the docs are fixed, take a look at the examples!

Requirements

  • Python 3.9+
  • Tkinter
$ sudo apt-get -y update && \
    apt-get -y upgrade && \
    apt-get -y install libglib2.0-0 libgirepository-1.0-1
  • Whatever is in requirements.txt (duh!)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

automaton-linux-0.4.tar.gz (8.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page