Metadata-Version: 2.1
Name: autowinpy
Version: 0.4.1
Summary: Foreground automation support for Windows OS
Home-page: https://github.com/soma0sd/autowinpy
Author: soma0sd
Author-email: soma0sd@gmail.com
License: MIT
Download-URL: https://github.com/soma0sd/autowinpy/archive/0.4.1.tar.gz
Project-URL: AutoWinPy documentation, https://soma0sd.github.io/autowinpy/
Project-URL: AutoWinPy source, https://github.com/soma0sd/autowinpy
Keywords: windows,automation,macro
Platform: UNKNOWN
Classifier: Natural Language :: Korean
Classifier: Operating System :: Microsoft :: Windows
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.4
Description-Content-Type: text/markdown
Requires-Dist: pywin32
Requires-Dist: opencv-python
Requires-Dist: numpy
Requires-Dist: Pillow

# AutoWinPy

[![PyPI](https://img.shields.io/pypi/v/autowinpy)](#)
[![license](https://img.shields.io/github/license/soma0sd/autowinpy)](#)
[![Pre-Release Date](https://img.shields.io/github/release-date-pre/soma0sd/autowinpy)](#)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/autowinpy)](#)
[![PyPI - Wheel](https://img.shields.io/pypi/wheel/autowinpy)](#)


[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/autowinpy)](#)
[![platform: windows](https://img.shields.io/badge/windows-10%20%7C%208.1%20%7C%207-3399ee)](#)

* 사용자매뉴얼: https://soma0sd.github.io/autowinpy/
* PyPI: https://pypi.org/project/autowinpy/

## 소개

윈도우 앱의 자동화를 편리하게 만들어주는 패키지입니다.

다음 환경에서 제작되었습니다.

> Windows 10 (1909) 64비트
>
> Python 3.8 64비트 - Anaconda 배포판

아마도 이런 환경까지는 제대로 작동할 듯 합니다.

> Windows 7, 8.1, 10
>
> Python 3.4 이상

패키지는 현재 개발중이며, 네이밍 규칙을 언제든 변경할 수 있으므로
현재는 패키지를 사용하기보단 필요한 함수만 골라 임시로 활용하시는
것을 추천합니다.

## 0.4.1 업데이트

* 패키지 구조 대폭 수정
* 마우스 클릭, 드래그 명령 추가 (win32 모듈)


