pyrobot | pure python windows automation library | Automation library
kandi X-RAY | pyrobot Summary
kandi X-RAY | pyrobot Summary
A pure python windows automation library loosely modeled after Java's Robot Class.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Start a program .
- Returns the current display coordinates .
- Gets the screen buffer .
- Enumerate windows .
- Draw a pixel .
- Make an image from the buffer .
- Retrieves the value of the specified pixel .
- Add string to clipboard .
- Take a screenshot of the current screen .
- Draw a box .
pyrobot Key Features
pyrobot Examples and Code Snippets
Community Discussions
Trending Discussions on pyrobot
QUESTION
ANSWER
Answered 2017-Jan-09 at 08:23I have noticed this problem as well.
When you have a look inside your site-packages/pyrobot
you will notice the forms
folder is missing, however, when you have a look at the original github repo you can see this folder.
You can try manually copying the forms
folder into site-packages/pyrobot
. Please be aware when you manually copy the folder, pip uninstall pyrobot
will not delete what you copied. So you have to manually delete as well.
Im not sure. Should not it be from pyrobot import RoboBrowser
instead of from pyrobot import Robot
?
Answer updated:
lol, It is confusing because
https://github.com/jmcarp/pyrobot
and https://github.com/chriskiehl/pyrobot
have same name but are different library.
pip install pyrobot
installs https://github.com/jmcarp/pyrobot
but if Im not mistaken what you want is this https://github.com/chriskiehl/pyrobot
.
If so, you can just directly copy one file pyrobot.py
from https://github.com/chriskiehl/pyrobot
into your project source directory and use it.
Unfortunately I can not test it because it is a windows only library.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install pyrobot
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page