GUI app to automate keyboard typing and mouse movement, clicking

Hello,
i am searching for an GUI application that would allow me to record mouse movements, clicks and maybe possibly keyboard typing.

Findings:

  1. swinput Swinput - Summary [Savannah] - cli tool ::
  2. sgmousesim https://stackoverflow.com/a/8792991 - cli tool ::
  3. atbswp - https://www.linuxuprising.com/2020/03/how-to-record-and-play-mouse-and.html | GitHub - RMPR/atbswp: A minimalist macro recorder

only third one is a GUI, so i did:
sudo pacman -S tk python-wxpython
python3 -m pip install pyautogui pynput --user
git clone https://github.com/RMPR/atbswp.git && cd atbswp
python3 atbswp/atbswp.py
and it works
i right click the main apps menu and added new launcher with cmd “python3 /home/myusername/apps/atbswp/atbswp/atbswp.py”
and it works.

Btw. when i have tried to install “python-devtools” package, the result is “A failure occurred in check(). AssertionError”