How to Make a Macro in Linux
Описание
In this video, I show you how to make keyboard/mouse macros in Linux!
Need help with other Linux problems or have an idea for a script? Join my discord!
====???????====
Macro Template: https://pastebin.com/7ZPBFzyw
My Mouse Macro: https://pastebin.com/ZCPRpG4d
====????????====
(setup)
sudo apt install python3 python3-dev python3-tk
pip install pyautogui
pip install pynput
(start/use)
python3 /dir/to/script
(stop)
ps aux | grep python
kill [PID]
(Ctrl+C to cancel/stop script in terminal)
====?????????????====
pyautogui: https://pyautogui.readthedocs.io/en/latest/quickstart.html
pynput: https://pypi.org/project/pynput/
???? ?? ??????? if you have video suggestions, or if you want to stay up-to-date with my videos: http://discord.silentassassins.net
To edit my videos, I use Openshot: https://www.openshot.org/
Рекомендуемые видео



















