-
Hi,
My code starts to get blocked at second invocation of
`im = ImageGrab.grab()`
If I add `childprocess=False` parameter as discussed at #38, it no longer blocks the code but it does not take t…
-
when I use
ImageGrab.grab()
I get this picture.
![bb138a4ccfd5a280s](https://user-images.githubusercontent.com/10334358/47361926-c5509100-d705-11e8-85d2-25d143b0096b.jpg)
I think windows…
Nevss updated
5 years ago
-
Requirements:
- [R1] Cross Platform
- [R2] Multi monitor
- [R3] Select active Monitor
- [R4] Licence (LGPL or above)
Further Criteria:
- Common used
- Low Dependencies
Prioritized Options:
- Custom…
-
version: 0.31.10, 0.31.09
pip freeze:
apyori==1.1.1
argon2-cffi==20.1.0
astroid==2.4.2
attrs==20.2.0
autopep8==1.5.4
backcall==0.2.0
bleach==3.1.5
box2d-py==2.3.8
cffi==1.14.2
cloudpickle…
-
I am using a twin monitor system where I use the right hand screen for my main working.
Using pyscreenshot to save a tkinter canvas `
from PIL import Image,ImageTk
import pyscreenshot as ImageGra…
-
bro i need u r urgent help plz reply me fast bro i m getting tiis error..
Traceback (most recent call last):
File "main.py", line 129, in
screen_grab_loco_ques(screenshot_file)
File "ma…
-
Hi, I just installed pyscreenshot on Qpython using Qpypi, but it doesn't work.
Here my code:
```
from PIL import Image
import pyscreenshot as ImageGrab
im = ImageGrab.grab(bbox=(1,1,2,2))
``…
-
Hello sir
can you give me septs how to install it on Linux please.I'm also looking for remote desktop connection like teamviewer but free.VNC was solution but my pc is in nat
apt-get install flask…
-
Hello
I don't want a picture or webcam detection. Can I have Windows detect it in the active window?
Like in these codes.
Can you look at this sample?
https://www.codepile.net/pile/mz3KN0zd
-
I am working on an ocr on python on mac. However, when I run the program it pytesseract recognises only english and not other languages.
My code is the following:
> from PIL import Image
> impo…