jacky10001 / KeyboardHelper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keyboard Helper

Learn automatic control mouse and keyboard via PyAutoGUI API.
Using tkinter package to make program interface.

Setup

  • Anaconda 3
  • windows 10
  • pip install pyautogui
  • pip install pyinstaller

Build .exe program

pyinstaller -F -w custom_keyboard_event.py

TODO

  • Testing pyautogui api
  • Auto type A-Z
  • Make GUI (tkinter and threading)
  • Custom event

Refer

PyAutoGUI’s documentation

About


Languages

Language:Python 100.0%