winauto

A simple Windows module to simulate user input (written in C)


License
MIT
Install
pip install winauto==0.0.4

Documentation

winauto

Making Windows Gui interactions easy and fast.

Winauto is a simple Python2 module, written in C, to simulate user input efficiently.

Features

  • set_mouse_pos - Move the mouse to a specified location
  • get_mouse_pos - Receive the current mouse location
  • click - Click one of the three mouse buttons
  • type_str - Simulates typing on a Keyboard
  • press_key - Simulates Key-presses on a Keyboard