https://github.com/tufayellus/mouse-keyboard-automation-using-python
A fun python project to automate mouse and keyboard for automation purposes
https://github.com/tufayellus/mouse-keyboard-automation-using-python
automation keyboard-automation keyboard-emulation mouse-automation mouse-emulation mouse-keyboard pyautogui pyautogui-automation pyautogui-scripts python-bot
Last synced: 3 months ago
JSON representation
A fun python project to automate mouse and keyboard for automation purposes
- Host: GitHub
- URL: https://github.com/tufayellus/mouse-keyboard-automation-using-python
- Owner: TufayelLUS
- License: gpl-3.0
- Created: 2023-08-10T11:17:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-10T11:24:05.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T23:44:49.851Z (5 months ago)
- Topics: automation, keyboard-automation, keyboard-emulation, mouse-automation, mouse-emulation, mouse-keyboard, pyautogui, pyautogui-automation, pyautogui-scripts, python-bot
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mouse Keyboard Automation Using Python
A fun Python project to automate a mouse and keyboard for automation purposes developed by Tufayel# Current Capabilities
* Record mouse position
* Record mouse clicks
* Type text using the keyboard# Python libraries required
pip install pyautogui keyboard
More features may come in the future. No GUI screen is available as of now, may come in the future. Keep an eye out for updates.