Git Product home page Git Product logo

autokey's Introduction

AutoKey

Join the chat at https://gitter.im/autokey/autokey Ask and answer questions on StackOverflow

AutoKey, a desktop automation utility for Linux and X11, formerly hosted at OldAutoKey. Updated to run on Python 3.

Important: This is an X11 application, and as such will not function 100% on distributions that default to using Wayland instead of Xorg.

Please remove previous installations of both AutoKey and AutoKey-py3 fully before installing!

Python: 3.5

  • dbus-python
  • pyinotify
  • python-xlib

The dbus module requires manual installation, preferably using your distribution package manager. Due to odd detection issues with pip3 and this particular package, it is not defined as a dependency. Without having dbus-python (PyPi link) installed, AutoKey won’t start.

  • GObject Introspection
  • PyGTK
  • GtkSourceView
  • libappindicator
  • PyQt5
    • SVG module, if not already bundled
    • QScintilla2 module, if not already bundled
  • pyrcc5 command line tool (Optional installation time dependency, only used when installing or updating from the git source tree using setup.py. If not present, a fallback that causes a slightly slower application start will be used.)

pip3 will automatically resolve and install dependencies, but dbus-python requires manual installation.

pip3 install autokey
# or, if you want the latest from this repository,
pip3 install --user git+https://github.com/autokey/autokey

The "--user" option for pip may be added to install for the current user only. To install system-wide, run pip3 as the root user.

There is a repository available for Ubuntu 18.04 LTS (and compatible derivatives, such as Kubuntu). If your Debian based system is not supported by the PPA or the PPA is not up to date, you can build your own packages (see below) or use the packages attached to the GitHub Releases page https://github.com/autokey/autokey/releases/.

sudo add-apt-repository ppa:sporkwitch/autokey
sudo apt update
sudo apt install autokey-gtk
# Or alternatively, to install the Qt5 based GUI:
sudo apt install autokey-qt

Distro package not provided? Create your own package for Debian-based distribution using files under debian/ . Check out the Packaging wiki page for details.

Up to date packages are available in the AUR.

Avaiable from Fedora 27 onwards.

sudo dnf install autokey-gtk
# or for kde
sudo dnf install autokey-kde

AutoKey can also be used directly from the cloned repository. This is useful, e.g., for trying out a new version without removing a current installation.

  1. Start the Autokey daemon
cd lib
python3 -m autokey.gtkui
# or for KDE
python3 -m autokey.qtui
  1. Start the Autokey UI (if desired) by appending the --configure or -c command line switch to the end of the command.

The commands accept CLI switches just like the regular installation, so python3 -m autokey.qtui -lc works as expected.

Documentation for new features. For older features, please refer to the original AutoKey's scripting API, wiki, and Stack Overflow.

Examples of AutoKey scripts can be found by searching GitHub and reading AutoKey's wiki.

Please do not request support on the issue tracker. Instead, head over to the autokey-users Google Groups forum, StackOverflow, on IRC (#autokey on Freenode), or Gitter web-based chat.

We'd appreciate it if you take a look at Problem reporting guide before posting. By providing as much information as you can, you'll have a much better chance of getting a good answer in less time.

Bug reports and PRs are welcome. Please use the GitHub Issue Tracker for bug reports. When reporting a suspected bug, please test against latest git HEAD and make sure to include as much information as possible to expedite troubleshooting and resolution. For example,

  • required: How to reproduce the issue you are experiencing
  • Python tracebacks, if any
  • Verbose logging information obtained by starting the frontend (autokey-gtk or autokey-qt) from terminal with the --verbose option.

Here.

GNU GPL v3. See the LICENSE file alongside this README for a plain text copy of the license text.

autokey's People

Contributors

bkuri avatar dogweather avatar founderio avatar gitter-badger avatar guoci avatar hactarce avatar hyperhamster avatar josephj11 avatar keremispirli avatar kjs3 avatar luziferius avatar mikesmitty avatar pedropenna avatar raags avatar sporkwitch avatar tblancher avatar troxor avatar vinnya3 avatar wean avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.