A workflow recording tool.
Project description
AutoCoconut, a workflow recording tool for Linux
AutoCoconut is a tool that enables tracking mouse and keyboard events to make a workflow report with screenshot illustrations. Such workflow report can be helpful when creating bug reports, tutorials, or test cases for GUI testing frameworks, such as OpenQA and others.
AutoCoconut works on X11 sessions only. The current version is not Wayland ready.
Development
Currently, the development has reached Phase 4.
Which means that the script is able:
- record various events, mouse buttons and actions (click, double click, drag, vertical scroll), keyboard events (press and release)
- identify various types of keys (modifiers, special keys, character keys, etc.)
- find pre-defined patterns in single events and interpret them
- take screenshots to illustrate the workflow (or create needles for OpenQA)
- produce various output - raw file, json file, or a workflow description in adoc and html.
- it has a GUI version which brings more functionality, such as edit, delete, or create events for the recorded workflow
- is packaged on PyPi for easy installation.
How to install?
The script is being developed and tested on Fedora, so the following procedure is related to Fedora. For other distributions, you need to make sure, that the following requirements are met:
- Python development packages.
- Tkinter libraries
On Fedora, you can follow this procedure:
- Install the
python3-devel
. - Install
python3-tkinter
.
Then you can install the application:
pip install --user autococonut
How to use?
See the documentation in the docs
directory of the autococonut
package.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file autococonut-0.9.16.tar.gz
.
File metadata
- Download URL: autococonut-0.9.16.tar.gz
- Upload date:
- Size: 459.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.9.5 Linux/5.12.13-300.fc34.x86_64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08b95067d8ebd993b6c7106e4116ca7f6dd9caa21d0ca856c392539f43a04d75 |
|
MD5 | 2b53306f888f103d4fbdbac3174c4344 |
|
BLAKE2b-256 | e9767ecd91b310c712c72e68dd20db1d97c8d69c232834e3085af879c280c57a |
File details
Details for the file autococonut-0.9.16-py3-none-any.whl
.
File metadata
- Download URL: autococonut-0.9.16-py3-none-any.whl
- Upload date:
- Size: 466.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.9.5 Linux/5.12.13-300.fc34.x86_64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57da0daee3a1d2a7e0b100e123de2480eafaeaa8547437aa43713bf934c2bc0e |
|
MD5 | 4235e1a2caa42c7467bf336cc78ee01c |
|
BLAKE2b-256 | 7a9aece3dad2111843342488d115818b116c566820bb45e414a0477db1dec677 |