All Projects → autokey → Autokey

autokey / Autokey

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Autokey

15-minute-apps
15 minute (small) desktop apps built with PyQt
Stars: ✭ 3,469 (+65.58%)
Mutual labels:  pyqt5, desktop-application
desktop-entry-creator
A user-friendly GUI for creating desktop entries for installed applications on Linux
Stars: ✭ 47 (-97.76%)
Mutual labels:  gtk3, desktop-application
Automagica
AI-powered Smart Robotic Process Automation 🤖
Stars: ✭ 2,610 (+24.58%)
Mutual labels:  automation, desktop-automation
venvipy
A GUI for managing Python virtual environments
Stars: ✭ 24 (-98.85%)
Mutual labels:  pyqt5, pyqt5-desktop-application
http-rider
Simple and Powerful desktop client for working with JSON APIs
Stars: ✭ 27 (-98.71%)
Mutual labels:  pyqt5, desktop-application
Pyfladesk
create desktop application by using Flask and QtWebKit
Stars: ✭ 399 (-80.95%)
Mutual labels:  pyqt5, desktop-application
dunya-desktop
A modular, customizable and open-source desktop application for accessing and visualizing music data.
Stars: ✭ 76 (-96.37%)
Mutual labels:  pyqt5, desktop-application
modern-login
A simple login form built with PyQt 5
Stars: ✭ 35 (-98.33%)
Mutual labels:  pyqt5, desktop-application
VirtualBLU
A Virtual Assistant for Windows PC with wicked Qt Graphics.
Stars: ✭ 41 (-98.04%)
Mutual labels:  desktop-application, pyqt5-desktop-application
15 Minute Apps
15 minute (small) desktop apps built with PyQt
Stars: ✭ 3,086 (+47.3%)
Mutual labels:  pyqt5, desktop-application
Youtube2audio
Desktop application to download YouTube videos as annotated MP3 or MP4 files
Stars: ✭ 128 (-93.89%)
Mutual labels:  pyqt5, desktop-application
Learn Devops
🚧 Learn the craft of "DevOps" (Developer Operations) to Deploy your App and Monitor it so it stays "Up"!
Stars: ✭ 139 (-93.37%)
Mutual labels:  automation
Galacritty
WIP GTK terminal emulator based on Alacritty
Stars: ✭ 136 (-93.51%)
Mutual labels:  gtk3
Mycontroller V1 Legacy
The Open Source Controller
Stars: ✭ 135 (-93.56%)
Mutual labels:  automation
Pythonic
Graphical Python programming for trading and automation
Stars: ✭ 131 (-93.75%)
Mutual labels:  automation
Pithy Test
简化接口测试
Stars: ✭ 139 (-93.37%)
Mutual labels:  automation
Chronicler
A better way to write your release notes.
Stars: ✭ 138 (-93.41%)
Mutual labels:  automation
Whatsapp Bulk Sender
Send bulk messages right from your WhatsApp Android Client or WhatsApp Web
Stars: ✭ 135 (-93.56%)
Mutual labels:  automation
Crashreporter.net
Send crash reports of your classic desktop application developed using .NET Framework directly to your mail's inbox with full exception report, stack trace and screenshot.
Stars: ✭ 134 (-93.6%)
Mutual labels:  desktop-application
Git Cola
git-cola: The highly caffeinated Git GUI
Stars: ✭ 1,787 (-14.7%)
Mutual labels:  pyqt5

AutoKey

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

About

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.

Installation

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

For detailed installation instructions, please visit the Installation page. in our wiki.

Zero-installation Method

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

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.

Support

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 Pull Requests

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.

Changelog

Here.

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].