Metadata-Version: 2.1
Name: pywinauto_recorder
Version: 0.6.3
Summary: Records/Replays GUI actions
Home-page: https://github.com/beuaaa/pywinauto_recorder
Author: david pratmarty
Author-email: david.pratmarty@gmail.com
License: MIT
Project-URL: Documentation, https://pywinauto-recorder.readthedocs.io
Project-URL: Source, https://github.com/beuaaa/pywinauto_recorder
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: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Software Development :: Quality Assurance
Description-Content-Type: text/x-rst
License-File: LICENSE

|Code quality| |Docs badge| |License| |PyPI version|

.. 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 inspect/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, Qt, browsers.

The functions of the generated Python script return Pywinauto_ wrappers so it can be enhanced with Pywinauto methods_.

.. _Pywinauto: https://github.com/pywinauto/pywinauto/
.. _methods: https://pywinauto.readthedocs.io/en/latest/controls_overview.html

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
.. |Code quality| image:: https://img.shields.io/lgtm/grade/python/g/beuaaa/pywinauto_recorder.svg?logo=lgtm&logoWidth=18)
   :target: https://lgtm.com/projects/g/beuaaa/pywinauto_recorder/context:python

