Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 444 Bytes

File metadata and controls

12 lines (9 loc) · 444 Bytes

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.