Metadata-Version: 2.1
Name: pywinauto-recorder
Version: 0.1.6
Summary: pywinauto recorder
Home-page: https://github.com/beuaaa/pywinauto_recorder
Author: david pratmarty
Author-email: david.pratmarty@gmail.com
License: MIT
Description: |PyPI version| |Docs badge| |License|
        
        .. image:: https://raw.githubusercontent.com/beuaaa/pywinauto_recorder/master/Images/logo.png?sanitize=true
            :align: center
            :width: 200
        
        Description
        ===========
        "Pywinauto recorder" records user interface actions and saves them in a Python script. The saved Python script can be run to replay the user interface actions previously recorded.
        
        "Pywinauto recorder" is a unique "record-replay" tool in the open source field because it generates reliable scripts without hard-coded coordinates thanks to Pywinauto_.
        
        Pywinauto_ is a library that uses accessibility technologies allowing you to automate almost any type of GUI: MFC, VB6, VCL, simple WinForms controls and most of the old legacy apps, WinForms, WPF, Store apps, Qt5, browsers.
        
        The functions of the generated Python script return Pywinauto_ wrappers so it can be enhanced with Pywinauto_ functions.
        
        .. _Pywinauto: https://github.com/pywinauto/pywinauto/
        
        Quickstart
        ==========
        
        See https://pywinauto-recorder.readthedocs.io for documentation.
        
        .. |PyPI version| image:: https://img.shields.io/pypi/v/pywinauto-recorder.svg
           :target: https://pypi.org/project/pywinauto-recorder
        .. |Docs badge| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg
           :target: https://pywinauto-recorder.readthedocs.io/
        .. |License| image:: https://img.shields.io/badge/License-MIT-yellow.svg
           :target: https://opensource.org/licenses/MIT
           :alt: Repository License
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Software Development :: Testing
Description-Content-Type: text/x-rst
