معرفی شرکت ها


autoit-0.2.6


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Automate it with Python
ویژگی مقدار
سیستم عامل -
نام فایل autoit-0.2.6
نام autoit
نسخه کتابخانه 0.2.6
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Lonami Exo
ایمیل نویسنده totufals@hotmail.com
آدرس صفحه اصلی https://github.com/Lonami/autoit
آدرس اینترنتی https://pypi.org/project/autoit/
مجوز MIT
ait === Automate it with Python. What is this? ------------- This Python 3 package aims to help you automate several GUI actions easily through Python, like clicking, moving the mouse around, using the keyboard, etc. How to install it? ------------------ .. code-block:: pip install autoit External requirements? ---------------------- - Windows, or - Linux - ``xdotool`` to do any ``ait`` operation. - Python's ``Xlib`` to use ``ait.log`` (mouse/keyboard logger). How does it look like? ---------------------- .. code-block:: python import ait # Click wherever the mouse is ait.click() # Click with the right mouse button ait.click('R') # Click at some position ait.click(140, 480) # Click in the center of the screen with the middle button ait.click(0.5, 0.5, 'M') # Click 10 pixels below ait.click(0j, 10j) # Movement (absolute, percentage and relative) can also be done ait.move(140, 480) ait.move(0.5, 0.5) ait.move(60j, -9j) # Mouse position can also be retrieved x, y = ait.mouse() # Pressing keys can also be done ait.press('q', '!', '\n') # Exit vim ait.press(*'\b' * 10) # 10 backspaces # Writing things with the keyboard too ait.write('Hello world!\n')


زبان مورد نیاز

مقدار نام
>=3.5 Python


نحوه نصب


نصب پکیج whl autoit-0.2.6:

    pip install autoit-0.2.6.whl


نصب پکیج tar.gz autoit-0.2.6:

    pip install autoit-0.2.6.tar.gz