leon20121005 / auto-control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development

Install Dependencies

pip install pyautogui
pip install keyboard

Deployment

Use PyInstaller to bundle Python application and all its dependencies into a single executable file. User can run the executable file without installing Python interpreter or any packages.

Installation

pip install pyinstaller

Usage

For Windows:

pyinstaller -F .\autoControl.py

For Mac OS X:

pyinstaller -F ./autoControl.py

The bundled application will be placed in dist folder.

About


Languages

Language:Python 100.0%